8000 Home · password-checker/password-checker.github.io Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
akuechl edited this page Dec 27, 2021 · 4 revisions

Password Checker Data Repository

This repository contains the password hashes of ';--have i been pwned?. It contains all SHA-1 hashes of all collected leaked passwords.

You can use the jsDelivr CDN provider to access the files.

Example

see https://password-checker.github.io/

Instructions

You want to check the password "secret".

  1. Convert the password into a SHA-1 hash. It is E5E9FA1BA31ECD1AE84F75CAAA474F3A663F05F4. Pay attention to upper case of the letters.
  2. Build a URL
  3. Collect the file behind the URL.
  4. Search the file for the rest of the hash. In the example, this is A1BA31ECD1AE84F75CAAA474F3A663F05F4.
  5. In the example you can find the line A1BA31ECD1AE84F75CAAA474F3A663F05F4:352091. This means that first, the password is known and second, the password was used in 352091 cases.
  6. If you cannot find the rest of the hash, it means that the password is not known in the database.

Or:

You can clone the repositories and provide the hashes yourself. That's 32 GB of data (w/o .git folder).

Or:

You can download the original file yourself and split it with this program: file_data_splitter.

Clone this wiki locally
0