Caesar Shift Cipher

Simple JavaScript Implementation by Caleb Anderson

  1. Enter a key (1-25) to left shift the plain alphabet by n positions.
  2. Then, enter a message to encrypt using the new cipher alphabet.
🔥 C++ Version
🔥 The Black Chamber - Simon Singh
Privacy note: all data interoperations are done on your local computer. Nothing in these input fields are sent to a server.
The Cipher Alphabet
Plain Alpha:  abcdefghijklmnopqrstuvwxyz
Cipher Alpha: 
The Plaintext

The Ciphertext