| Modifier and Type | Method and Description |
|---|---|
PasswordHasher.HashData |
PasswordHasher.hashRaw(char[] password,
int costFactor)
For given password and cost-factor create password hash.
|
PasswordHasher.HashData |
PasswordHasher.Default.hashRaw(char[] password,
int costFactor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PasswordHashVerifier.verify(char[] password,
PasswordHasher.HashData hashData)
Verify a given password hash and given user password
|
boolean |
PasswordHashVerifier.Default.verify(char[] password,
PasswordHasher.HashData bkdfPasswordHashFormat1) |
Copyright © 2018. All rights reserved.