Online Caesar Cipher in Javascript

The Caesar Cipher is a simple alphabet-shifting cryptography method. For example if the message is 'hello' and the key is 2, then each letter is replaced by the second letter following it in the alphabet and the message becomes 'jgnnq'. To decypt the message, use the reverse operation : replace each letter by the one 2 letters before it in the alphabet (or 24 letters after it).

The message in the text box to the left is encrypted, press the button to see all the possible decryptions.


Text to shiftShifted text
Selected Shifted Text Source
Key used to decode: [?]
Key used to encode: [?]
All 26 possible cipher texts will appear here.

©Nicolas Hoibian, 2009. This webpage is licensed under the creative commons "Attribution" license.
Please send comments to nicolas.hoibian_AT_gmail.com with "Avé Caesar" in the title ;-).