mdp 0.7.0 发布,此版本更新内容如下:
mdp switches to git-style commands (e.g., mdp edit)
adds support for "mdp add", which avoids the use of copy-paste on password creation
Password profiles now support Unicode characters and character aliases (e.g., $DIGITS, $ALPHANUMERIC)
The "set password_file" configuration parameter has been added, allowing definition of multiple password repositories
A regex mode has been added to the prompt command (mdp prompt -E)
comments are now supported in the password file (using #).
mdp 是法语 "Mot de Passe",也就是“密码”的意思。它封装了 GnuPG 来加密和处理生成,管理和装饰你的密码。很多其他程序也能实现这个功能,但是 mdp 更简单,它遵循 Unix 简单就是复杂的风格,无按钮启动,非常的简单。除了用 GnuPG 来加密之外,还可以允许用户在自己的编辑器上面管理,分类和删除自己的密码。为了避免密码一直绑定在屏幕上,它还提供一个定时解除密码连接的功能,超时时间用户可以自定义,默认为 10 秒钟。
项目主页:http://tamentis.com/projects/mdp/
下载地址:https://github.com/tamentis/mdp/releases
来自:开源中国社区

