| Interface | Description |
|---|---|
| IPasswordHashCreator |
Interface for a password hash creator.
|
| IPasswordHashCreatorRegistrarSPI |
SPI interface to be implemented by other modules wishing to register their
own micro-type converters.
|
| 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.
|
| PasswordHashCreatorDefault |
The default implementation of
IPasswordHashCreator. |
| PasswordHashCreatorManager |
This class manages multiple
IPasswordHashCreator instances |
| PasswordHashCreatorPBKDF2_1000_48 |
The new default implementation of
IPasswordHashCreator that requires
a salt and uses the PBKDF2. |
Copyright © 2014–2015 Philip Helger. All rights reserved.