digaji / susword

This is the greatest susword manager of All Time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is the greatest susword manager of All Time

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 79.7%Language:Python 18.7%Language:HTML 1.6%