谷歌员工能看到我保存的谷歌浏览器密码吗?

将密码存储在web浏览器中似乎是一个很好的省时方法,但是当被隔离时,密码是否安全且对其他人(甚至浏览器公司的员工)都是不可访问的?...

谷歌员工能看到我保存的谷歌浏览器密码吗?

将密码存储在web浏览器中似乎是一个很好的省时方法,但是当被隔离时,密码是否安全且对其他人(甚至浏览器公司的员工)都是不可访问的?

今天的问答环节是由SuperUser提供的,SuperUser是Stack Exchange的一个分支,是一个由社区驱动的问答网站分组。

问题

超级用户读者MMA很好奇,谷歌员工是否有(或可能有)访问他存储在谷歌Chrome中的密码:

I understand that we are really tempted to save our passwords in Google Chrome. The likely benefit is two fold,

  • You don’t need to (memorize and) input those long and cryptic passwords.
  • These are available wherever you are once you log in to your Google account.

The last point sparked my doubt. Since the password is available anywhere, the storage must in some central location, and this should be at Google.

Now, my simple question is, can a Google employee see my passwords?

Searching over the Internet revealed several articles/messages.

  • Do you save passwords in Chrome? Maybe you should rec***ider: Talks about your passwords being stolen by someone who has access to your computer account. Nothing mentioned about the central storage security and vulnerability. There is even a resp***e from Chrome browser security tech lead about the first issue.
  • Chrome’s insane password security strategy: Mostly along the same line. You can steal password from somebody if you have access to the computer account.
  • How to Steal Passwords Saved in Google Chrome in 5 Simple Steps: Teaches you how to actually perform the act mentioned in the previous two when you have access to somebody else’s account.

There are many more (including this one at this site), mostly along the same line, points, counter-points, huge debates. I refrain from mentioning them here, simply carry a search if you want to find them.

Coming back to my original query, can a Google employee see my password? Since I can view the password using a simple button, definitely they can be unhashed (decrypted) even if encrypted. This is very different from the passwords saved in Unix-like OS’s where the saved password can never be seen in plain text.

They use a one-way encryption algorithm to encrypt your passwords. This encrypted password is then stored in the passwd or shadow file. When you attempt to login, the password you type in is encrypted again and compared with the entry in the file that stores your passwords. If they match, it must be the same password, and you are allowed access. Thus, a superuser can change my password, can block my account, but he can never see my password.

那么,他的担忧是有根据的,还是一点洞察力就能消除他的担忧呢?

答案

超级用户贡献者Zeel帮助他放松心情:

Short answer: No*

Passwords stored on your local machine can be decrypted by Chrome, as long as your OS user account is logged in. And then you can view those in plain text. At first this seems horrible, but how did you think auto-fill worked? When that password field gets filled in, Chrome must insert the real password into the HTML form element – or else the page wouldn’t work right, and you could not submit the form. And if the connection to the website is not over HTTPS, the plain text is then sent over the internet. In other words, if chrome can’t get the plain text passwords, then they are totally useless. A one way hash is no good, because we need to use them.

Now the passwords are in fact encrypted, the only way to get them back to plain text is to have the decryption key. That key is your Google password, or a secondary key you can set up. When you sign into Chrome and sync the Google servers will tran**it the encrypted passwords, settings, bookmarks, auto-fill, etc, to your local machine. Here Chrome will decrypt the information and be able to use it.

On Google’s end all that info is stored in its encrpyted state, and they do not have the key to decrypt it. Your account password is checked against a hash to log in to Google, and even if you let chrome remember it, that encrypted version is hidden in the same bundle as the other passwords, impossible to access. So an employee could probably grab a dump of the encrypted data, but it wouldn’t do them any good, since they would have no way to use it.*

So no, Google employees can not** access your passwords, since they are encrypted on their servers.

* However, do not forget that any system that can be accessed by an authorized user can be accessed by an unauthorized user. Some systems are easier to break than other, but none are fail-proof. . . That being said, I think I will trust Google and the milli*** they spend on security systems, over any other password storage solution. And heck, I’m a wimpy nerd, it would be easier to beat the passwords out of me than break Google’s encryption.

** I am also assuming that there isn’t a person who just happens to work for Google gaining access to your local machine. In that case you are screwed, but employment at Google isn’t actually a factor any more. Moral: Hit Win + L before leaving machine.

虽然我们同意zeel的观点(只要你的电脑没有被泄露),你的密码在Chrome中是安全的,但我们更愿意在LastPass保险库中加密我们所有的登录和密码。


有什么要补充的解释吗?在评论中发出声音。想从其他精通技术的Stack Exchange用户那里了解更多答案吗?在这里查看完整的讨论主题。

  • 发表于 2021-04-11 14:46
  • 阅读 ( 258 )
  • 分类:互联网

你可能感兴趣的文章

如何安全地删除你的谷歌或gmail帐户好吗

有很多理由可以解释为什么有些人选择切断谷歌的连接线。也许你更喜欢走开源路线,或者出于隐私考虑,你不得不寻找谷歌的替代品。不管你的理由是什么,离开谷歌的第一步就是删除你的谷歌或Gmail账户。 ...

  • 发布于 2021-03-12 17:00
  • 阅读 ( 401 )

这就是为什么你应该向谷歌屈服

...续回到谷歌进行日常搜索,尤其是当你使用Chrome作为主要浏览器时。 ...

  • 发布于 2021-03-14 08:01
  • 阅读 ( 176 )

如何将谷歌日历与iphone同步

...内存的最佳场所之一。当它预装在**上时,你也可以不用谷歌自己的日历应用程序。但是,你的谷歌日历上辛苦记录的所有事件和日程安排呢?你可以快速同步谷歌日历与你的iPhone,并停止担心它。 ...

  • 发布于 2021-03-20 02:26
  • 阅读 ( 268 )

4个必要的谷歌帐户设置,以提高安全性

从电子邮件、文档到照片和笔记,你的谷歌账户是你个人重要数据的宝藏。你有没有尽你所能保护它免受数字灾难和恶意攻击? ...

  • 发布于 2021-03-20 02:47
  • 阅读 ( 205 )

如何在chrome中打开或关闭同步

Google Chrome允许你在任何设备上同步你的Google帐户到你的浏览器。启用后,书签、历史记录、密码、扩展名和主题以及许多其他设置都会从您的Google帐户同步,无论您身在何处,都能创建无缝体验。 如何打开同步 要开始同步到...

  • 发布于 2021-04-03 18:16
  • 阅读 ( 185 )

如何保护你的gmail和google帐户

在你所有的在线账户中,谷歌很有可能掌握了你的大部分信息。想想看:如果你用Gmail收发电子邮件,用Chrome浏览网页,用Android操作系统,那么你已经用Google做了几乎所有的事情。 现在你在想你的东西有多少是谷歌存储和保存...

  • 发布于 2021-04-08 00:03
  • 阅读 ( 197 )

如何使用谷歌的密码管理器同步你的密码无处不在

...谷歌有自己的专用密码管理器吗?它不仅仅是内置在Chrome浏览器中的密码同步——谷歌的解决方案还提供了web应用、移动应用、与Android的深度集成,以及自动生成强密码。 很少有人注意到这一点,这并不奇怪——这一功能已经...

  • 发布于 2021-04-10 04:58
  • 阅读 ( 208 )

如何保护你的gmail和google帐户

在你所有的在线账户中,谷歌很有可能掌握了你的大部分信息。想想看:如果你用Gmail收发电子邮件,用Chrome浏览网页,用Android操作系统,那么你已经用Google做了几乎所有的事情。 现在你在想你的东西有多少是谷歌存储和保存...

  • 发布于 2021-04-12 14:35
  • 阅读 ( 188 )

如何备份你所有的谷歌数据

...你的Chrome书签会怎么样。我可以假设它们仍然存在于你的浏览器中,也就是同步的来源,但以防万一,访问你的书签管理器是没有坏处的(chrome://bookmarks/ 在你的地址栏)。单击右上角的三点图标并选择“导出书签”即可。如何备...

  • 发布于 2021-05-11 22:25
  • 阅读 ( 186 )

谷歌新的“一键式”android登录系统的工作原理

...唯一的密码),但是您仍然必须首先创建所有这些帐户。谷歌希望通过即将推出的“一次点击”和“区块存储”功能来解决这两个问题,这两个功能都将在不久的将来在Android和web上提供。谷歌新推出的跨平台账户管理功能“一...

  • 发布于 2021-05-12 20:05
  • 阅读 ( 164 )
vdtpmfaqnc
vdtpmfaqnc

0 篇文章

相关推荐