2 个版本

使用旧 Rust 2015

0.2.1 2018年5月12日
0.2.0 2018年5月11日

6#p256

MIT 许可证

82KB
2K SLoC

PWV

Build status crates.io

pwv (password vault) 是一个适用于 Windows 的命令行密码管理器,它可以与支持 P256 曲线 ECDH 的任何智能卡(如 YubiKey 4)一起使用。

文档

关于 pwv 内部结构的文档可以在 docs.rs 上找到。

用法

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

依赖项

~1.5–2.6MB
~45K SLoC