没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jpwgen |
jpwgen
|
1 | 0 | 65 |
贡献者 | 讨论 | 代码提交 |
概述
jpwgen is a Java-based password generator that can be used as a command line program or as a library. The implemented functionality resembles the one provided by the popular pwgen program. The basic idea is generating passwords that, although relatively easy to remember, are complex enough for real-life usage. jpwdgen uses regular expressions for checking different types of conditions such as whether a password starts with a symbol or not, with a digit or not, etc. It supports blacklists and different types of secure random generators. As an embedded library, it can be employed in the process of password generation against certain password policies or for password suggestion services.
创建时间:2014-05-06 16:38