| Interface | Description |
|---|---|
| IPasswordHashCreator |
Interface for a password hash creator.
|
| Class | Description |
|---|---|
| AbstractPasswordHashCreator |
Abstract base class of
IPasswordHashCreator. |
| AbstractPasswordHashCreatorPBKDF2 |
Base class for
IPasswordHashCreator using the PBKDF2 algorithm. |
| PasswordHash |
This class combines password hash and the used algorithm.
|
| PasswordHashCreatorBCrypt |
The new default implementation of
IPasswordHashCreator that requires
a salt and uses the BCrypt algorithm. |
| PasswordHashCreatorPBKDF2_1000_48 | Deprecated
Since 10.0.0 because the used SHA1 hash is insecure.
|
| 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. |
| PasswordHashCreatorSHA512 |
The default implementation of
IPasswordHashCreator using unsalted
SHA512 hashes. |
Copyright © 2016–2021 Philip Helger. All rights reserved.