Passpie是一个命令行工具,可以通过丰富多彩的可配置界面管理来自终端的密码。使用主密码来解密登录凭据,将密码复制到剪贴板,与git存储库同步,检查密码的状态等。密码文件使用GnuPG加密并保存到yaml文本文件中。Passpie支持Linux,OSX和Windows。

Passpie用法示例:
passpie init
passpie add foo@example.com –random
passpie add bar@example.com –pattern“[0-9] {5} [az] {5}”
passpie update foo @ example –comment“你好”
passpie
passpie copy foo@example.com
输出:
=========== ======= ========== =========
姓名登录密码评论
=========== ======= ========== =========
example.com栏********
example.com foo ********你好
=========== ======= ========== =========
密码复制到剪贴板
检查示例远程密码数据库:https://github.com/marcwebbie/passpiedb。
安装
pip install passpie
brew install passpie
依赖
Passpie依赖于GnuPG进行加密
命令

文章来源及下载:
https://github.com/marcwebbie/passpie
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END







暂无评论内容