#hash #prefix #find #cli-tool #starts #characters

app vanityhash

CLI tool to find a hash that starts with a given prefix

3 releases (breaking)

Uses old Rust 2015

0.3.0 Jul 4, 2017
0.2.0 Jul 4, 2017
0.1.0 Jul 4, 2017

#5 in #starts

28 downloads per month

MIT license

6KB
139 lines

vanityhash

Find your perfect hash

vanityhash 0.2
Evan Schwartz <evan@ripple.com>
Searches for hashes that match a certain prefix

USAGE:
    vanityhash [FLAGS] [OPTIONS] <prefix>

FLAGS:
    -h, --help                  Prints help information
        --include_both_cases    Include upper and lowercase letters
        --include_symbols       Include lookalike characters and numbers
    -V, --version               Prints version information

OPTIONS:
        --preimage_prefix <PREIMAGE_PREFIX>    The prefix the hash preimage should start with
    -t, --threads <NUM_THREADS>                Number of threads to use [default: 8]

ARGS:
    <prefix>    The prefix the vanity hash should start with

Dependencies

~6–15MB
~257K SLoC