Message Encrypter and Decrypter

About This Encryptor

This is a simple encryptor designed for demonstration purposes only. It uses the following character set as the symbol set for a base-92 number system:

{ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 .,!;:'{}()[]="\%&#*+-/@$?_|\n\t}
          

How It Works:

  1. Encryption:
    • The message and pass-key are converted from base-92 into decimal integers.
    • The decimal integer representing the message is multiplied by (pass-key decimal integer + 1).
    • The resulting decimal integer is posted as the encrypted message in the text box.
  2. Decryption:
    • The decryption process reverses the above steps.
    • If the pass-key is incorrect, the decrypted message will appear as a meaningless string of characters from the base-92 set.

Important Notes:

  • This encryptor is intended for learning and experimentation only.
  • Do not use it for sensitive or professional data.
  • The author is not responsible for any misuse of this application.

Please ensure your data is secure and exercise caution when using this tool.

Message Encryptor and Decryptor