谷歌員工能看到我儲存的谷歌瀏覽器密碼嗎?

將密碼儲存在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.

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
  • 閱讀 ( 66 )
  • 分類:網際網路

你可能感興趣的文章

如何刪除你的谷歌瀏覽器歷史

你希望你能抹去谷歌Chrome的搜尋歷史,重新開始嗎?幸運的是,這既可能又容易做到!刪除搜尋歷史記錄有一些好處。 ...

  • 發佈於 2021-03-12 06:25
  • 閲讀 ( 47 )

谷歌瀏覽器簡易指南

... 谷歌的Chrome現在是世界上最大的瀏覽器,世界上有一半的人使用它作為他們的預設瀏覽器。但這並不意味著每個人都在正確使用它。Chrome的功能遠不止這些。 ...

  • 發佈於 2021-03-12 07:43
  • 閲讀 ( 60 )

谷歌密碼管理器:你必須知道的7件事

...管理器是建立可集中控制的安全、唯一密碼的完美方法。谷歌Chrome有一個內建的,有可能節省你對第三方軟體的需求。 ...

  • 發佈於 2021-03-21 14:13
  • 閲讀 ( 51 )

谷歌的密碼檢查讓你免受駭客攻擊

谷歌推出了一款新的Chrome擴充套件,旨在時刻保護你的線上賬戶安全。密碼檢查完全按照名字的意思進行;檢查以確保您的使用者名稱和密碼組合是安全的。 ...

  • 發佈於 2021-03-22 01:15
  • 閲讀 ( 52 )

4種將密碼匯入chrome的簡單方法

你剛換成谷歌瀏覽器了嗎?如果是這樣的話,你首先要做的事情之一就是將你現有的密碼匯入Chrome。 ...

  • 發佈於 2021-03-26 23:45
  • 閲讀 ( 53 )

什麼是chrome“閱讀列表”,您如何使用它?

...網路上有太多精彩的內容,以至於很難找到時間來閱讀。谷歌Chrome的“閱讀列表”功能可以幫助你儲存東西以備將來使用,所以你永遠不會錯過好東西。 什麼是谷歌瀏覽器閱讀列表(the google chrome reading list)? “閱讀清單”正是...

  • 發佈於 2021-03-31 11:34
  • 閲讀 ( 42 )

chrome 87的新增功能,現已推出

隨著Chrome87的釋出,谷歌對其廣受歡迎的瀏覽器進行了更為可靠的更新。Chrome87除了通常的開發者好東西外,還包括一個全新的PDF瀏覽器、更多的效能更新和ChromeOS的新牆紙。 谷歌於2020年11月17日釋出了Chrome87。Chrome瀏覽器會自動...

  • 發佈於 2021-04-01 08:42
  • 閲讀 ( 58 )

如何破解隱藏的谷歌chrome恐龍游戲

...到哪裡你的恐龍變得無敵。下面是方法。 如何玩隱藏的谷歌chrome恐龍游戲 如果你沒有網際網路連線,那麼你就不需要做任何特別的事情來玩。只要在googlechrome位址列中輸入任何URL,你就會看到這個螢幕。 如果您確實有internet...

  • 發佈於 2021-04-01 20:17
  • 閲讀 ( 53 )

為什麼不應該使用web瀏覽器的密碼管理器

...碼是否被盜。 網路瀏覽器也在慢慢地獲得這樣的功能,谷歌的密碼管理器中也有一個密碼檢查器。Google還提供了Chrome的密碼檢查擴充套件,它正在瀏覽器中構建,但這並不像密碼管理器中內建的類似功能那麼強大。 相關:應對L...

  • 發佈於 2021-04-02 23:00
  • 閲讀 ( 50 )

如何在chrome for android中檢視儲存的密碼

...撤銷動作的方法。 匯出儲存的密碼 如果您正在刪除您的谷歌帳戶,並希望儲存您儲存的密碼,您可以將所有內容匯出到其他地方檢視。從密碼選單(Chrome>三點>設定>密碼)開始,然後點選右上角的三點。 ...

  • 發佈於 2021-04-03 06:03
  • 閲讀 ( 41 )
vdtpmfaqnc
vdtpmfaqnc

0 篇文章

作家榜

  1. admin 0 文章
  2. 孫小欽 0 文章
  3. JVhby0 0 文章
  4. fvpvzrr 0 文章
  5. 0sus8kksc 0 文章
  6. zsfn1903 0 文章
  7. w91395898 0 文章
  8. SuperQueen123 0 文章

相關推薦