Page 1 of 1

Chrome just told me my password for this site was compromised?

Posted: Thu Apr 09, 2020 8:14 pm
by Redfive
I just got a notification about a data breach that affected my credentials at this site and broken forum. Anyone else see this?

Re: Chrome just told me my password for this site was compromised?

Posted: Thu Apr 09, 2020 9:50 pm
by Anonymous Bosch
Unlikely, as it doesn't necessarily imply your username and password were compromised from this site, especially if you use the same username and password elsewhere. Here's how it works:
security.googleblog.com wrote:Warnings about compromised passwords

Google first introduced password breach warnings as a Password Checkup extension early this year. It compares passwords and usernames against over 4 billion credentials that Google knows to have been compromised. You can read more about it here. In October, Google built the Password Checkup feature into the Google Account, making it available from passwords.google.com.

Chrome’s integration is a natural next step to ensure we protect even more users as they browse the web. Here is how it works:
  • Whenever Google discovers a username and password exposed by another company’s data breach, we store a hashed and encrypted copy of the data on our servers with a secret key known only to Google.
  • When you sign in to a website, Chrome will send a hashed copy of your username and password to Google encrypted with a secret key only known to Chrome. No one, including Google, is able to derive your username or password from this encrypted copy.
  • In order to determine if your username and password appears in any breach, we use a technique called private set intersection with blinding that involves multiple layers of encryption. This allows us to compare your encrypted username and password with all of the encrypted breached usernames and passwords, without revealing your username and password, or revealing any information about any other users’ usernames and passwords. In order to make this computation more efficient, Chrome sends a 3-byte SHA256 hash prefix of your username to reduce the scale of the data joined from 4 billion records down to 250 records, while still ensuring your username remains anonymous.
  • Only you discover if your username and password have been compromised. If they have been compromised, Chrome will tell you, and we strongly encourage you to change your password.

Re: Chrome just told me my password for this site was compromised?

Posted: Thu Apr 09, 2020 10:39 pm
by Redfive
Okay, thank you. I was / am totally ignorant where this is concerned.