ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

How to verify a PGP Key that a user has provided? #131

Closed krtschmr closed 5 years ago

krtschmr commented 5 years ago

user gives us his PublicKey so we can encrypt his emails. but how do we validated that the key is correct format and valid?

krtschmr commented 5 years ago

this is implemented in https://github.com/ueno/ruby-gpgme/pull/133