Tool to decode/encode by ROT1. The ROT1 code for Rotation 1 is 1-letter shift cipher in the alphabet, similar to the Caesar code.
ROT1 Cipher - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The Rot-1 code is a substitution cipher based on a shift (also called rotation) of the alphabet. Here, a letter is replaced by the one immediately after in the alphabet (for the last letter Z, the alphabet is considered as a loop and the next letter Z is therefore A, the first letter)
This shift is the basis of the Caesar code and its variants, sometimes the offset of 1 is called August's code.
Initial alphabet | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
Alphabet shifted by ROT1 | BCDEFGHIJKLMNOPQRSTUVWXYZA |
Example: The message ROTATION is coded SPUBUJPO
Rot1 decryption is similar to encryption but uses the opposite shift by replacing each letter with the one immediately before in the alphabet (and the letter before A is the letter Z as if the alphabet was a loop).
Alphabet shifted by ROT1 | ABCDEFGHIJKLMNOPQRSTUVWXYZ |
Plain alphabet | ZABCDEFGHIJKLMNOPQRSTUVWXY |
Example: The message BMQIBCFU is decoded ALPHABET
dCode retains ownership of the "ROT1 Cipher" source code. Except explicit open source licence (indicated Creative Commons / free), the "ROT1 Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "ROT1 Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "ROT1 Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "ROT1 Cipher" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
ROT1 Cipher on dCode.fr [online website], retrieved on 2024-11-21,