Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 961 Bytes

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.