Cryptography
Classical ciphers, XOR, and encryption tools
8 tools available
Caesar / ROT13 Cipher
Encrypt or decrypt text using the Caesar shift cipher.
newROT47
Apply ROT47 rotation to all printable ASCII characters.
newVigenère Cipher
Encrypt or decrypt text using the Vigenère polyalphabetic cipher.
newAtbash Cipher
Apply the Atbash cipher — A↔Z, B↔Y, C↔X, etc.
newXOR Cipher
XOR text against a key — supports UTF-8, hex, or decimal keys.
newMorse Code
Encode text to Morse code or decode Morse code back to text.
newNATO Phonetic Alphabet
Convert text to NATO phonetic alphabet words or reverse.
newA1Z26 Cipher
Substitute letters with their position in the alphabet (A=1, B=2, …).
new