1 unstable release
| 0.1.0 | Jan 30, 2020 |
|---|
#163 in #password-manager
7KB
74 lines
derivepass-cli
Simple key derivation utility.
A command line version of https://derivepass.com/.
Installation
cargo install derivepass-cli
Usage
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>
Options
-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).
License
Dependencies
~2MB
~32K SLoC