this post was submitted on 09 Nov 2025
368 points (96.5% liked)

Technology

76672 readers
2244 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Use the "passwords" feature to check if one of yours is compromised. If it shows up, never ever reuse those credentials. They'll be baked into thousands of botnets etc. and be forevermore part of automated break-in attempts until one randomly succeeds.

you are viewing a single comment's thread
view the rest of the comments
[–] AlpacaChariot@lemmy.world 5 points 15 hours ago (3 children)

How do they do that without sending your actual passwords somewhere off your device, or downloading the full list of hacked passwords?

[–] JcbAzPx@lemmy.world 12 points 15 hours ago* (last edited 15 hours ago) (1 children)

They probably hash the list of hacked passwords the same way your passwords get hashed and check for matches.

[–] AlpacaChariot@lemmy.world 4 points 15 hours ago

Interesting, thanks!

[–] maxwellfire@lemmy.world 10 points 9 hours ago* (last edited 9 hours ago)

More details about the k-anonimity process. https://blog.cloudflare.com/validating-leaked-passwords-with-k-anonymity/

The short answer is that they download a partial list of passwords that hash to values starting with the same 5 characters as yours and then check if your password hash is in that list locally. This gives the server very little information about your password if it was not breached and more if it was (but then you should change it anyway), making an elegant compromise

[–] Scrollone@feddit.it 3 points 10 hours ago

They connect to the Have I Been Pwned database in a secure way.

They make a hash of your password and send just the first characters.