Skip to content

A set of cryptographic tools (encoding, encryption, hashing,2 factor authentication, secure sockets chatroom...)

Notifications You must be signed in to change notification settings

AyariAhmed/security-protocols-project

Repository files navigation

Steps to run

  • installing dependencies
python3 -m pip install -r requirements.txt
  • Spin up a mysql database (both docker and docker-compose should be installed and running)
docker-compose up -d 
  • For the mailing service to work correctly, create a .env file and add the following :
EMAIL= "<YOUR GMAIL ADDRESS>" 
EMAIL_PASSWORD= "<YOUR EMAIL PASSWORD>"
// for simplicity sake i'm keeping the db env variables
DOCKER_MYSQL_ROOT_PASSWORD= "ayari"
DOCKER_MYSQL_DATABASE= "ssi_db"

(No worries, your data is safe with us 😅)

The provided email must be a gamil account
Dont forget to enable allow login from less secure apps in your gmail account !

  • start the application with
python3 main.py 

About

A set of cryptographic tools (encoding, encryption, hashing,2 factor authentication, secure sockets chatroom...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages