The Caesar cipher is a classic example of ancient cryptography and is said to have been used by Julius Caesar. The Caesar Cipher is a shift cipher and encrypts the data by replacing the original letters with 13 number of characters ahead in the alphabet.
Project is created with:
Here are directions on how to fork the thetalesofj/Caesars-Cipher repository:
https://docs.github.com/en/get-started/quickstart/fork-a-repo
In the command line:
- Clone the repo by typing
git clone https://github.com/YOUR-GITHUB-USERNAME/Caesars-Cipher.git
- Then type
cd Caesars-Cipher
to go into the project's directory. - Install dependencies with
npm install
- Run the project with
npm start
- Have fun 🚀
If you have any feedback, please reach out to one of the links below: