Caesar Cipher
- CategoryCryptography
- Creator: Sam Blaha
- Project date: 01 January, 2021
Caesar Cipher Encrypt & Decrypt
The plain text character is traversed one at a time. For each character in the inputed plain text, transform the given character as per the key depending on the inputed key of encryption and decryption of text. After the steps is followed, a new string is generated which is referred as cipher text.