ROT13 Cipher Generator

Create Cipher Code from Your Text



The ROT13 (rotate by 13 places) cipher is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. ROT13 is a special case of the Caesar cipher, which was developed in ancient Rome.

To encode a message, simply shift each letter in your message 13 places down the alphabet. For example, 'A' becomes 'N', 'B' becomes 'O', and so on. Once you reach 'Z', loop back to the beginning of the alphabet and continue counting from 'A'.

  • To decode a message, you do the exact same thing! Because there are 26 letters in the alphabet, shifting 13 places to the right (encoding) or to the left (decoding) will give you the original letter. This means that the ROT13 cipher is its own inverse.
  • To generate a cipher, simply enter your plaintext message into the input field and press the 'Generate' button. The generator will automatically convert your message into a ROT13 cipher.

To decode a cipher, enter the ciphered text into the input field and press the 'Generate' button. The generator will automatically convert the cipher back into plaintext.