public final class PasswordUtils extends Object
| Constructor and Description |
|---|
PasswordUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
check(String passwd,
String hashed)
Validate the password is currently.
|
static String |
hash(String passwd)
Hash a password string.
|
Copyright © 2016 jetbrick. All rights reserved.