This is the greatest susword manager of All Time
Susword is a project that allows you to test out different cryptography algorithms (DES, AES, RSA) and see which one is the most efficient between all of them.
Made By:
- Bryn
- Monique
- Jason J
- Chris
- Clone this peoject to your local machine
git clone https://github.com/digaji/susword.git
cd susword- Create a virtual environment for Python 3
python -m venv venv- Activate the virtual environment, and install libraries for this project.
venv/Scripts/activate
pip install -r requirements.txt- Run the application!
python main.py