Fork me on GitHub

GnuPGP-Tools

some tools for GnuPGP (GPG)

I'm writing some tools for GnuPGP (GPG) to make live simpler for both: beginners and advanced user of encryption with Gnu's free PGP implementation.

gpgkeymgr

With gpgkeymgr you can clean up and manage your GnuPGP-keyring, by removing old and unnecessary keys.

Features:

Download

Dependencies

GnuPGP, gpgme

License

Gnu Lesser Public License v. 3.0

Examples

Remove all keys wich are expired or revoked:

$ gpgkeymgr -o -e -r

Remove all keys wich wich are not valid and I don't trust:

$ gpgkeymgr -v -t

First backup keyring, then delete all keys witch are not completely valid:

$ gpgkeymgr -b -v 3



Author

Michael F. Schönitzer (michael [@] schoenitzer.de)

Join Development, Feedback

I welcome any feedback and I would of course be glad about any contributions. You can send me a mail, or contact me via Githup.

You can clone the project with Git by running:

$ git clone git://github.com/Nudin/GnuPGP-Tools