Caesar Cipher
Encrypt/decrypt text with a custom shift value.
3
About the Caesar Cipher
The Caesar cipher is one of the simplest and most widely known encryption techniques. It's a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. This tool allows you to encode and decode messages with a custom shift value.