generate

command
v0.0.0-...-78c5cd2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2020 License: MIT Imports: 6 Imported by: 0

README

Blooming Password - generate

The generate program creates a new bloom filter. It takes two arguments.

  1. Path to the text file containing partial SHA1 hashes (one hash per line). The partial SHA1 hashes must be UPPERCASE.
  2. Path to where you'd like to save the bloom filter.

What the partial SHA1 hash file should look like

head /path/to/16.txt 
7C4A8D09CA3762AF
F7C3BC1D808E0473
B1B3773A05C0ED01
5BAA61E4C9B93F3F
3D4F2BF07DC1BE38

How to run load

   ./generate /path/to/16.txt /path/to/output.filter

Notes

  • The Blooming Password main.go program reads the bloom filter produced by generate.go.
  • Filters can be read in from a local file or from a URL.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL