nubs/pwman
Composer 安装命令:
composer require nubs/pwman
包简介
A password manager than handles encrypted passwords
README 文档
README
A password manager than handles encrypted passwords.
Requirements
This package requires PHP 5.6, or newer.
Installation
This package uses composer so you can install it using composer. Composer can install the command globally using:
composer global require nubs/pwman
This will install it to your $COMPOSER_HOME directory (typically
$HOME/.composer). The pwman binary will be symlinked to
$COMPOSER_HOME/vendor/bin/pwman (e.g., $HOME/.composer/vendor/bin/pwman).
Usage
The included pwman executable uses subcommands for its different actions.
The subcommands include pwman get and pwman set.
Getting passwords
pwman get password-file [application]
Setting passwords
pwman set [-a|--application="..."] [-e|--encrypt-key="..."] [-u|--username="..."] [-p|--password="..."] [-l|--length="..."] [-c|--characters="..."] [-x|--exclude-characters="..."] password-file
License
pwman is licensed under the MIT license. See LICENSE for the full license text.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-12