public class CheckStrength extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CheckStrength.LEVEL |
Constructor and Description |
---|
CheckStrength() |
Modifier and Type | Method and Description |
---|---|
static int |
checkPasswordStrength(char[] passwd)
Check password's strength
|
static CheckStrength.LEVEL |
getPasswordLevel(char[] passwd)
Get password strength level, includes easy, midium, strong, very strong, extremely strong
|
public static int checkPasswordStrength(char[] passwd)
public static CheckStrength.LEVEL getPasswordLevel(char[] passwd)
Copyright © 2020. All rights reserved.