Skip to content

Goal is to make script that archive every cipher algorithm and give users a demo of how they work

License

Notifications You must be signed in to change notification settings

TheMadTomato/Cipher-Temple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cipher Temple

Welcome to the Cipher Temple, an interactive archive showcasing various cipher algorithms that have been developed throughout human history. This archive is more than just an encyclopedia—it offers interactive demos for each cipher.

How To Install and Run

To get started, clone the repository and navigate into it by running the following commands:

git clone https://github.com/TheMadTomato/Cipher-Temple && cd Cipher-Temple

Install the required dependencies by running:

pip install -r src/requirments.txt

Run the application with this command:

python3 src/main.py

Current Available Ciphers

Language of Choice

Python was chosen as the best language for this porject. Due to it's simplicity and rapid development environment.