2 releases

Uses old Rust 2015

0.2.1 May 12, 2018
0.2.0 May 11, 2018

#6 in #ecdh

MIT license

82KB
2K SLoC

PWV

Build status crates.io

pwv (passwword vault) is a command-line password manager for Windows, that works with any smart card that supports ECDH on the P256 curve (such as the YubiKey 4).

Documentation

Documentation of pwv internals can be found on docs.rs.

Usage

PWV 0.2.1
John Wood <j@jdtw.us>
Command-line password manager

USAGE:
    pwv [OPTIONS] <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -v, --vault <vault>    Vault input file

SUBCOMMANDS:
    add     Add a new entry to the vault
    del     Delete a vault
    get     Retrieve an entry from the vault
    help    Prints this message or the help of the given subcommand(s)
    ls      List the entries in the vault
    new     Create a new vault

Dependencies

~1.2–2.3MB
~44K SLoC