随机密码的生成与管理

  • mkpasswd

mkpasswd命令生成随机复杂密码,前提安装expect,然后执行mkpasswd命令即可生成随机的密码。
安装、使用方法和实例演示如下:

1
2
3
sudo apt-get install expect
man mkpasswd
mkpasswd -l 12 -d 3 -c 3 -C 3 -s 3
  • pwgen

pwgen可以帮你生成不容易被破解的“强码”,而且还可以根据你的需求包含符号和大小写。
安装、使用方法和实例演示如下:

1
2
3
4
sudo apt-get install pwgen
man pwgen
pwgen -cny 12 1
pwgen -s 12 1

LastPass是一款让您的上网浏览更便捷更安全的免费在线密码管理器和表单过滤器。LastPass以插件的形式支持IE和Firefox(Opera, Safari, Chrome, iPhone,Opera 通过书签小工具形式支持),它允许您从任何主流的密码存储器导入和导出密码,捕获其它管理器无法捕获的密码包括很多AJAX表单。它也允许您轻松地创建强大的密码。您的敏感信息在上传之前已在本地计算机上加密,因此就算是LastPass的员工也无法得到密码信息。一次性密码和屏幕键盘帮助保护您的主密码。

KeePassX is an application for people with extremly high demands on secure personal data management. It has a light interface, is cross platform and published under the terms of the GNU General Public License.

  • 7 of the Best Free Linux Password Managers

原文请看:http://www.linuxlinks.com/article/20110116043807526/PasswordManagers.html