TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why does Google thinks it's okay to store users plain text passwords?

3 点作者 FrenchDevRemote9 个月前
So I was just in the process of handling the aftermath of the theft of one of my relative&#x27;s phone. Not a tech-savvy person, I&#x27;d say they&#x27;re more or less as knowledgeable as the average Google user.<p>When checking what could be blocked from their google account, I realized that 60 of their saved passwords&#x2F;mails were available in plain text when connecting to their google account from a new laptop(with no other input than mail and password), it&#x27;s even exportable to a nice csv. This apparently seems to be default behavior.<p>Isn&#x27;t that insane?<p>Am I naive to just realize that this is apparently normal to have this kind of stupid design from a trillion dollar tech company?<p>Is there any sane way of explaining why anyone could have thought that this was an acceptable idea?

5 条评论

wmf9 个月前
So you&#x27;re talking about Chrome password syncing? AFAIK this is encrypted so that Google doesn&#x27;t see those passwords; only the user can see them. Normal people love syncing everything between their devices so Google is just giving them what they want. Note that Apple, Firefox, and password managers provide the same feature.<p>Passkeys are more secure than passwords so hopefully the world migrates to that over time.
ahazred8ta9 个月前
You logged into the google account with the password. You now have access to the information saved in the google account. Yes, that&#x27;s the way logging into an account works.<p>&gt; Am I naive to just now realize this<p>We&#x27;ll give you three guesses and the first two don&#x27;t count.
uberman9 个月前
So, how exactly would any password manager (crome included) work if they were unable to have access to the pain text password to pass it to the third party login prompt?
motownphilly9 个月前
I doubt the passwords are stored in plain text, but they ultimately have to be decrypted at some point. I guess you are seeing the outcome of that process.
ClassyJacket9 个月前
How do you think they should do it? What&#x27;s the alternative?