| Package | Description |
|---|---|
| com.helger.security.password.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPasswordHashCreatorPBKDF2
Base class for
IPasswordHashCreator using the PBKDF2 algorithm. |
class |
PasswordHashCreatorBCrypt
The new default implementation of
IPasswordHashCreator that requires
a salt and uses the BCrypt algorithm. |
class |
PasswordHashCreatorPBKDF2_1000_48
Deprecated.
Since 10.0.0 because the used SHA1 hash is insecure. Removed in
v11
|
class |
PasswordHashCreatorPBKDF2_SHA256_1000_48
The new default implementation of
IPasswordHashCreator that requires
a salt and uses the PBKDF2 algorithm with 1000 iterations and 48 bytes hash
size. |
class |
PasswordHashCreatorSHA512
The default implementation of
IPasswordHashCreator using unsalted
SHA512 hashes. |
Copyright © 2016–2021 Philip Helger. All rights reserved.