Rot Encryption and Decryption - Supports Rot5, Rot13, Rot18, and Rot47

Plaintext
Ciphertext

What is Rot Encryption?

Rot encryption is a straightforward character substitution technique where letters are rotated by a fixed number of positions, based on the Caesar cipher principle. The Rot encryption series includes Rot5, Rot13, Rot18, and Rot47, each applying different rotation steps to characters for encryption and decryption:

These methods are mainly used for simple encryption and decryption tasks, with applications in information protection and steganography.

How Does Rot Encryption and Decryption Work?

Rot5

Rot13

Rot18

Rot47

How to Use the Rot Encryption and Decryption Tool

Using the Rot encryption and decryption tool is very simple. Here are the steps to guide you through the process:

  1. Select the Encryption Method: In the tool interface, you will see four radio buttons: Rot5, Rot13, Rot18, and Rot47. Choose the encryption method you wish to use.
  2. Enter Plaintext or Ciphertext: If you want to encrypt text, enter the text you want to encrypt in the "Plaintext Input" box. The system will automatically convert the text into ciphertext based on the selected encryption method, displaying the result in the "Ciphertext Input" box. To decrypt, simply enter the ciphertext in the "Ciphertext Input" box. The system will automatically decrypt it.
  3. Set the Handling of Unrecognized Characters: During the process, you can choose whether to retain unrecognized characters (such as spaces, punctuation, etc.). If you disable "Ignore Unknown Characters", the system will encrypt or decrypt letters and numbers while leaving other characters (like spaces and punctuation) unchanged. If you enable this option, the system may ignore non-alphabetic and non-numeric characters.

Example

Suppose you selected Rot13 encryption and entered the following plaintext: Hello, World! 123

Encryption Process:

Alphabet A-Z

Encrypted Result: Uryyb, Jbeyq! 123.

If "Ignore Unknown Characters" is enabled, the ciphertext will be:UryybJbeyq.

Share This Page