Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamikat/52g
Index leaked password data with bloom filter.
https://github.com/kamikat/52g
Last synced: 3 months ago
JSON representation
Index leaked password data with bloom filter.
- Host: GitHub
- URL: https://github.com/kamikat/52g
- Owner: kamikat
- Created: 2016-04-07T07:10:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T04:01:23.000Z (over 8 years ago)
- Last Synced: 2024-06-27T18:53:46.756Z (5 months ago)
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 50
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
52g
---[![Build Status](https://travis-ci.org/kamikat/52g.svg?branch=master)](https://travis-ci.org/kamikat/52g)
Process & query leaked password data using bloom filter.
Installation
------------Prerequisites:
- CMake >= 3.0
- GCC >= 4.9 / clang with C++11 support
- Node.js + npmOn 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 installshould build following artifacts in `build/`
- mkbfidx: create a bloom filter index
- openidx: query a bloom filter index created by mkbfidxSee `--help` for option details.
License
-------(The MIT License)