daedalus / bloomHIBP

Bloom HIBP – check Have i been Pwnd with bloom filters in pure python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lint_python GitHub issues GitHub forks GitHub stars

Bloom HIBP – check Have i been Pwnd with bloom filters in pure python

Idea taken from https://www.bloomingpassword.fun/

Installing dependencies:

git clone https://github.com/daedalus/fastBloomFilter
cd fastbloomfilter
sudo pip install -e .

or

sudo pip install fastbloomfilter
7z e -so -bd pwned-passwords-ordered-2.0.txt.7z | cut -c 1-40 > 40.txt

Using it:

python3 loadbloom.py 512MB 40.txt HIBP_512MB.blf
python3 checkbloom HIBP_512MB.blf "blah"

About

Bloom HIBP – check Have i been Pwnd with bloom filters in pure python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%