/gnupg-example

basic examples of gnupg

Primary LanguagePython

Gnupg Exapmle

Setup:

apt-get update && \
pip install python-gnupg && \
mkdir /gnupghome

Or install Docker and run below command

docker build -t mygnupg .
docker run --rm -it mygnupg bash

Use Gnupg

python <script-name>