JQuery 你的密码有多强
是否有一个 jQuery 项目,可以通过密码框创建这些“密码强度计”,并在字段中输入内容时更新强度栏?
你知道有什么好的吗?
Is there a jQuery project out there, that create on of these "Password-strength-meters" right by a password box and updates the strength-bar when something is typed into the field?
Do you know any good ones?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道是否存在 jQuery 插件,但你可以使用这个 google url: https://www.google.com/accounts/RatePassword?Passwd={0}
编辑:这里是一个使用 jQuery 的示例。
I don't know if exists an jQuery plugin for that, but you can use this google url: https://www.google.com/accounts/RatePassword?Passwd={0}
EDIT: here an example using jQuery.
这是一个完整的列表:
http: //www.webresourcesdepot.com/10-password-strength-meter-scripts-for-a-better-registration-interface/
here's a comprehensive list:
http://www.webresourcesdepot.com/10-password-strength-meter-scripts-for-a-better-registration-interface/