Tools about criptography and hashs signatures etc. First create a venv:
python -m venv .venv
activate this
source .venv/bin/activate
Clone the repo. Enter in the repo with
cd hash-and-cryptography
in the terminal type
ls
Choice the tool you want to test
cd "name of the toool"
install the dependencies
pip install -r requeirements.txt
and run it
python main.py
To install correctly the diabolical tkinter on you env use in the hash-and-cryptography directory:
sudo apt-get install python3-tk