I am developing the mvc4.net web application where i am using GPG encryption to file encryption.
Users will share public key along with emails using which public key is created with application.
user public key will be imported to application public key ring.
Now before importing the public key how to ensure that uploaded public key is created using given email id.How to validate the public key and email pair?
Thanks, Amol