Skip to content

One of the earliest and best-known encryption schemes, 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 for JavaScript Algorithms and…

Notifications You must be signed in to change notification settings

jeremiahhaastrup/Caesars-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Caesars Cipher

Table of contents

Overview

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.

Technologies:

Project is created with:

javascript

Features

How to run the project locally

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:

  1. Clone the repo by typing git clone https://github.com/YOUR-GITHUB-USERNAME/Caesars-Cipher.git
  2. Then type cd Caesars-Cipher to go into the project's directory.
  3. Install dependencies with npm install
  4. Run the project with npm start
  5. Have fun 🚀

Feedback

If you have any feedback, please reach out to one of the links below:

linkedintwitter

Acknowledgements

About

One of the earliest and best-known encryption schemes, 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 for JavaScript Algorithms and…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published