Caesar Cipher
Enter in a message to be converted to Cipher Text
This process uses a Caesar Cipher. This is a process of consistently shifting of all characters by a nominated key shift.
a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 |
For example the letter 'a' (index 0) shifted 5 times would result in 'a' becoming (0+5=5) 'f' (index 5)
Or the letter 'r' (index 17) shifted 5 times becomes (17+5=22) 'w' (index 22)
Enter in a message to be encrypted. Type in your message then the shift value (add a - for negative). Then press 'enter'
The result will be shown below. Note: any spaces will be ignored.
Message
Shift