Skip to content

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

License

Notifications You must be signed in to change notification settings

daedalus/bloomHIBP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages