Ciphers is a website that showcases the histories and functionality of various ciphers.
- Javascript for implementing the ciphers
- CSS to make it pretty
- Make sure you have python3 installed
$ sudo apt-get install python3
- Clone this repository
git clone https://github.com/jballa91/ciphers.git
- Navigate into ciphers/
- Run the following command
python3 -m http.server
- Open a browser window and go to http://localhost:8000