A simple console application that implements the Caesar Cipher. Users can input a message, specify a numerical shift, and choose to either encrypt (encode) or decrypt (decode) the text. The tool ...
Encrypt text using Caesar cipher.