from Hacker News

Ask HN: Which websites use GPG public/secret keys for user password retrieving?

by NaNaN on 12/3/14, 1:12 PM with 4 comments

I think email accounts are fragile because you must make sure both the client and the server are secure.

If you use GPG public/secret keys, then you don't need email for password retrieving any more. (and no email spams about that)

1. For registrations, upload your public key and use your secret key to verify that you own the public key. 2. Retrieve your user password is simple, too. The server encrypt some text with your public key, then you use the secret key to decrypt and submit the original text to verify.

Nowadays, more and more people use password managers to generate strong passwords. Why not use GPG? Is any website using GPG for password retrieving?

  • by rprospero on 12/3/14, 2:42 PM

    The problem with using GPG for password retrieval is that we're assuming that the user is irresponsible enough to lose their password, but responsible enough to maintain backups of their public and private key.

    To put it differently, if you have gpg authentication available, why are you even bothering with a password in the first place?

  • by valarauca1 on 12/3/14, 1:18 PM

    GPG doesn't easily lend itself to be wrapped, or even used for that matter.

    You are welcome to try.

  • by hakanderyal on 12/3/14, 1:30 PM

    Tried to explain GPG, public/secret keys to non-tech guys. Not fun.

    Something like that must be easy to use, and easy to understand to be used by the masses.