Skip to content
/ 52g Public

Index leaked password data with bloom filter.

Notifications You must be signed in to change notification settings

kamikat/52g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

52g

Build Status

Process & query leaked password data using bloom filter.

Installation

Prerequisites:

  • CMake >= 3.0
  • GCC >= 4.9 / clang with C++11 support
  • Node.js + npm

On OS X

brew install cmake nodejs

On Ubuntu

apt install build-essential cmake nodejs-legacy npm

Execute following command in project root:

git submodule update --init --recursive
npm install

should build following artifacts in build/

  • mkbfidx: create a bloom filter index
  • openidx: query a bloom filter index created by mkbfidx

See --help for option details.

License

(The MIT License)

About

Index leaked password data with bloom filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published