GithubHelp home page GithubHelp logo

landsil / haveibeenpwned-password-check Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 4.0 34 KB

This script lets your users query offline file with SHA1 passwords taken from Have I been Pwned.

License: MIT License

Shell 48.07% Python 51.93%
python3 bash searching-datasets hash password password-safety haveibeenpwned

haveibeenpwned-password-check's Introduction

HIBP offline check

GitHub

What it does

These scripts let your users query an offline file with SHA1 passwords taken from Have I been Pwned

The file is too big to open normally (obviously), but can be checked in under two minutes on a reasonable machine.

The format is: HASH:NUMBER

  • eg. 11:22 is 17BA0791499DB908433B80F37C5FBC89B870084B:22

The hash is upper case, the number is how many times this password appears in the database. The file is ordered by hash.

The script assumes the file is named p_hash.txt and sits next to the script in the same folder. Currently it holds two scripts, one in bash, one in python 3, works on Linux; a Mac version will require commenting out a few lines.

Learning / Code examples

check_hash.sh contains:

  • WHILE *** DO / IF *** THEN *** ELSE
  • Reading password, replacing characters with *
  • Hash data
  • Searching for string in file with grep
  • Tracking work time

check_hash.py contains:

  • getpass.getpass automated setup for taking passwords
  • Hashing and re-formating
  • WITH xxx FOR *** IF

haveibeenpwned-password-check's People

Contributors

landsil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.