RustGenPass

An implementation in Rust of the SuperGenPass utility.
Hash a master password into unique, complex passwords specific for each
website.
Documentation on docs.rs
Usage
```
rustgenpass 0.5.0
Generate a hashed password similar to SuperGenPass.
USAGE:
rgp [OPTIONS] --domain
OPTIONS:
-p, --password Master password, if not given, reads from stdin
-s, --secret Secret added to the master password
-d, --domain Domain / URL to generate password for
-l, --length Length of generated password, min: 4, max: 24 [default: 10]
-r, --rounds Number of hash rounds [default: 10]
-k, --keep-subdomains Don't remove subdomains from domain
-P, --passthrough Passthrough domain unmodified to hash function
-H, --hash Hashing method to use [default: md5] [possible values: md5, sha512]
-h, --help Print help information
-V, --version Print version information
```
License
Copyright 2022 Olle Wreede
Released under the MIT license.