Fast Breach searching. Benchmarked over 100K inserts a second.
  • Nim 99.4%
  • Nix 0.6%
Find a file
2023-06-18 10:29:23 -04:00
src add files 2023-06-18 10:18:22 -04:00
.envrc add files 2023-06-18 10:18:22 -04:00
BreachSearch.nimble add files 2023-06-18 10:18:22 -04:00
example-config.json add files 2023-06-18 10:18:22 -04:00
README.org add readme 2023-06-18 10:29:23 -04:00
shell.nix add files 2023-06-18 10:18:22 -04:00

Readme

BreachSearch

This was my 3rd gen of databreach searching. its very fast.

if it works it works, its old code i uploaded.

The next time i do this will be with lmdb for even faster sorting and search.

install

with nimble

nimble install https://github.com/lost-rob0t/breach-search.git

From git

git clone https://github.com/lost-rob0t/breach-search.git
cd breach-search
nimble install

usage

Check the config for how to use it Make sure to set the imported field to false, it will ignore sources that have been imported.

BreachSearch --config config.json

I dont think i added searching? i can add it if people open issues