Crates.io | derivepass-cli |
lib.rs | derivepass-cli |
version | 0.1.0 |
source | src |
created_at | 2020-01-30 20:28:44.464893 |
updated_at | 2020-01-30 20:28:44.464893 |
description | Simple key derivation utility. |
homepage | https://github.com/fishrock123/derivepass-cli |
repository | https://github.com/fishrock123/derivepass-cli |
max_upload_size | |
id | 203386 |
size | 19,936 |
Simple key derivation utility.
A command line version of https://derivepass.com/.
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).