Simple key derivation utility.
A command line version of https://derivepass.com/.
sh
cargo install derivepass-cli
Specify a domain and username with arguments, then enter a master password in order to derive a unique, constant key that can be recomputed at any time with the same information.
derivepass-cli -d <domain.com> -u <myusername>
-d
, --domain
: The domain (website domain or service name).-u
, --user
: Your username for your account on the domain.-r
, --revision
: Password revision (use this if you need to change the password).