Implementation of GnuPG using python-gnupg.
- Create and activate python virtual environment.
$ python3 -m venv venv
$ source venv/bin/activate
- Install requirements.
$ pip3 install -r requirements.txt
- Run
flask_server.py
first in one terminal tab.
$ python3 flask_server.py
- Then run
flask_client.py
in another terminal tab, while watching the previous tab simultaneously.
$ python3 flask_client.py