| Package | Description |
|---|---|
| com.helger.security.password.hash | |
| com.helger.security.password.salt |
| Modifier and Type | Method and Description |
|---|---|
IPasswordSalt |
PasswordHash.getSalt() |
| Modifier and Type | Method and Description |
|---|---|
String |
PasswordHashCreatorSHA512.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword) |
String |
PasswordHashCreatorBCrypt.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
The method to create a message digest hash from a password.
|
String |
IPasswordHashCreator.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
The method to create a message digest hash from a password.
|
String |
AbstractPasswordHashCreatorPBKDF2.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword) |
| Constructor and Description |
|---|
PasswordHash(String sAlgorithmName,
IPasswordSalt aSalt,
String sPasswordHashValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordSalt
Default implementation of
IPasswordSalt using
VerySecureRandom. |
class |
PasswordSaltBCrypt
Implementation of
IPasswordSalt using BCrypt.gensalt(int). |
Copyright © 2016–2019 Philip Helger. All rights reserved.