Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 + 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)