检查密码强度 [英] check password strength

查看:65
本文介绍了检查密码强度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在java中检查或计算密码强度

How to check or calculate password strength in java

推荐答案

检查密码是否具有
-一定长度
-其中的大写字母
-不包含字母.

您还可以为密码添加一定的有效时间,以使其过期.

密码的检查是作业的一种编码,因此我不会为此张贴代码.
Check whether the password has
- a certain length
- capital letters in it
- non letters in it.

You can also add a certain valid time for the password to let it expire.

The check of the password is homework kind of coding, so I won''t post code for that.


这篇关于检查密码强度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆