TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby NaNaNover 10 years ago
I think email accounts are fragile because you must make sure both the client and the server are secure.<p>If you use GPG public&#x2F;secret keys, then you don&#x27;t need email for password retrieving any more. (and no email spams about that)<p>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.<p>Nowadays, more and more people use password managers to generate strong passwords. Why not use GPG? Is any website using GPG for password retrieving?

3 comments

rprosperoover 10 years ago
The problem with using GPG for password retrieval is that we&#x27;re assuming that the user is irresponsible enough to lose their password, but responsible enough to maintain backups of their public and private key.<p>To put it differently, if you have gpg authentication available, why are you even bothering with a password in the first place?
评论 #8694120 未加载
valarauca1over 10 years ago
GPG doesn&#x27;t easily lend itself to be wrapped, or even used for that matter.<p>You are welcome to try.
hakanderyalover 10 years ago
Tried to explain GPG, public&#x2F;secret keys to non-tech guys. Not fun.<p>Something like that must be easy to use, and easy to understand to be used by the masses.