| Package | Description |
|---|---|
| com.helger.photon.basic.security.password | |
| com.helger.photon.basic.security.password.hash | |
| com.helger.photon.basic.security.password.salt |
| Modifier and Type | Method and Description |
|---|---|
static PasswordHash |
GlobalPasswordSettings.createUserDefaultPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
static PasswordHash |
GlobalPasswordSettings.createUserPasswordHash(String sAlgorithmName,
IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
| Modifier and Type | Method and Description |
|---|---|
IPasswordSalt |
PasswordHash.getSalt() |
| Modifier and Type | Method and Description |
|---|---|
String |
PasswordHashCreatorPBKDF2_1000_48.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword) |
String |
PasswordHashCreatorDefault.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword) |
String |
IPasswordHashCreator.createPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
The method to create a message digest hash from a password.
|
PasswordHash |
PasswordHashCreatorManager.createUserDefaultPasswordHash(IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
PasswordHash |
PasswordHashCreatorManager.createUserPasswordHash(String sAlgorithmName,
IPasswordSalt aSalt,
String sPlainTextPassword)
Create the password hash from the passed plain text password, using the
default password hash creator.
|
| Constructor and Description |
|---|
PasswordHash(String sAlgorithmName,
IPasswordSalt aSalt,
String sPasswordHashValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordSalt
Default implementation of
IPasswordSalt using
VerySecureRandom. |
Copyright © 2014–2015 Philip Helger. All rights reserved.