***********************************************
* *
* _/_/_/ _/_/_/ *
* _/ _/ *
* _/ _/ *
* _/ _/ *
* _/_/_/ _/_/_/ *
* *
***********************************************
* CAESAR CIPHER *
***********************************************
* VERSION: 0.1 *
***********************************************
A simple command line Caesar Cipher. App was used to test .NET 6 and C# 10.
- .NET 6.0 - Download .NET 6.0 here
You can download as a compressed file or if you have git, run the following:
C:\> git clone https://github.com/zachsanford/CaesarCipher
Once .NET 6.0 is installed on the target machine and you have downloaded the repo, navigate to the repo's root and run the following:
C:\CaesarCipher\> dotnet run
The app will allow you to encrypt a message or decrypt a message. Both options require an offset to the alphabet.
NOTE: When you encrypt a message, you will have to use the same offset to decrypt that message.
If there are any issues you can add an Issue to this repo or you can reach out to me on Twitter
More information on the Caesar Cipher can be found here