EasyGnuPG / egpg

Easy GnuPG, shell scripts to make GnuPG more accessible and easier to use. (Migrated to: https://gitlab.com/EasyGnuPG/egpg)
GNU General Public License v3.0
26 stars 5 forks source link

Create a python script for signing a file #49

Closed dashohoxha closed 6 years ago

dashohoxha commented 6 years ago

Create a python script called gpg-sign.py which takes as arguments the key and the file to be signed and signs it using GPGME functions, in a similar way to this command:

Then replace the command above with a call to the script gpg-sign.py.

dashohoxha commented 6 years ago

Moved the issue here: https://github.com/EasyGnuPG/pgpg/issues/23