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.
Features:
GnuPGP, gpgme
Gnu Lesser Public License v. 3.0
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
Michael F. Schönitzer (michael [@] schoenitzer.de)
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