Dev.SN
Dev.SN ♥ developers
https://dev.soylentnews.org/

Title    Checking For A Compromised Password Without Sending It Over the Internet
Date    Monday August 17 2020, @05:00AM
Author    Subsentient
Topic   
from the peace-of-mind dept.
https://dev.soylentnews.org/article.pl?sid=20/08/17/0648244

Fnord666 writes:

New tool checks if a password has been compromised, without sending it to a remote server:

A new system that securely checks whether your passwords have been made public in known data breaches has been integrated into the widely used password manager, 1Password. This new tool lets customers find out if their passwords have been leaked without ever transmitting full credentials to a server.

Security researcher Troy Hunt this week announced his new version of "Pwned Passwords," a search tool and list of more than 500 million passwords that have been leaked in data breaches. Users can access it online and developers can connect applications to it via an API.

Within a day, the company AgileBits had integrated Hunt's new tool into the 1Password password manager. AgileBits' announcement describes how it works:

Troy's new service allows us to check your passwords while keeping them safe and secure. They're never sent to us or his service.

First, 1Password hashes your password using SHA-1. But sending that full SHA-1 hash to the server would provide too much information and could allow someone to reconstruct your original password. Instead, Troy's new service only requires the first five characters of the 40-character hash.

To complete the process, the server sends back a list of leaked password hashes that start with those same five characters. 1Password then compares this list locally to see if it contains the full hash of your password. If there is a match then we know this password is known and should be changed.

Original Submission

Links

  1. "Fnord666" - https://soylentnews.org/~Fnord666/
  2. "New tool checks if a password has been compromised, without sending it to a remote server" - https://arstechnica.com/information-technology/2018/02/new-tool-safely-checks-your-passwords-against-a-half-billion-pwned-passwords/
  3. "announced" - https://www.troyhunt.com/ive-just-launched-pwned-passwords-version-2/
  4. "AgileBits' announcement" - https://blog.agilebits.com/2018/02/22/finding-pwned-passwords-with-1password/
  5. "Original Submission" - https://soylentnews.org/submit.pl?op=viewsub&subid=25069

© Copyright 2024 - Soylent News, All Rights Reserved

printed from Dev.SN, Checking For A Compromised Password Without Sending It Over the Internet on 2024-04-19 02:49:39