| Package | Description |
|---|---|
| org.sterl.hash | |
| org.sterl.hash.bcrypt | |
| org.sterl.hash.sha |
| Modifier and Type | Class and Description |
|---|---|
class |
BCryptPbkdf2PasswordHash
Main class which should be used to hash and to match the passwords.
|
| Constructor and Description |
|---|
BCryptPbkdf2PasswordHash(PasswordHasher defaultHasher,
PBKDF2WithHmacSHA pbkdf2WithHmacSHA,
BCryptPasswordEncoder bCryptPasswordEncoder)
Consider using the static factory methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BCryptPasswordEncoder
Implementation of PasswordEncoder that uses the BCrypt strong hashing function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBKDF2WithHmacSHA
Re-implementation of the Soteria Pbkdf2PasswordHashImpl to share it with other frameworks.
|
Copyright © 2020. All rights reserved.