免费使用Java拼音密码生成器?
我正在寻找免费使用用 Java(或任何 JVM 语言,可以从 Java 调用)编写的语音/可发音密码生成器。
理想情况下,生成器将接受其创建的密码标准,例如:
- 最小长度
- 非字母字符的最小数量
这将用于商业分布式应用程序,因此许可证必须与此场景兼容。
那里有吗?
I'm looking for free to use phonetic/pronounceable password generator written in Java (or any JVM language, which can be called from Java).
Ideally the generator would accept criteria for the passwords it creates, eg:
- minimum length
- minimum number of non-alpha characters
This would be used in a commercial, distributed application, so the license must be compatible with this scenario.
Are there any out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单算法:创建元音和辅音列表。 在密码中添加辅音后,还要添加元音。
Simple algorithm: Create a list of vowels and consonants. After adding a consonant to the password, also add a vowel.