derivepass-cli

Crates.ioderivepass-cli
lib.rsderivepass-cli
version0.1.0
sourcesrc
created_at2020-01-30 20:28:44.464893
updated_at2020-01-30 20:28:44.464893
descriptionSimple key derivation utility.
homepagehttps://github.com/fishrock123/derivepass-cli
repositoryhttps://github.com/fishrock123/derivepass-cli
max_upload_size
id203386
size19,936
Jeremiah Senkpiel (Fishrock123)

documentation

README

Crates.io

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

BlueOak-1.0.0 LicensedContributions via DCO 1.1

Commit count: 1

cargo fmt