/susword

This is the greatest susword manager of All Time

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Susword

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

Download

  1. Clone this peoject to your local machine
git clone https://github.com/digaji/susword.git
cd susword
  1. Create a virtual environment for Python 3
python -m venv venv
  1. Activate the virtual environment, and install libraries for this project.
venv/Scripts/activate
pip install -r requirements.txt
  1. Run the application!
python main.py