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.
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
Python was chosen as the best language for this porject. Due to it's simplicity and rapid development environment.