Skip to content

gill876/GnuPG-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GnuPG-demo

Implementation of GnuPG using python-gnupg.

Usage

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

Resources

About

Implementation of GnuPG using a python module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages