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.

  • AlpacaChariot@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    12 hours ago

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

    • Max@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      5 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
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 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.

    • JcbAzPx@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      12 hours ago

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