| Interface | Description |
|---|---|
| PasswordHasher |
The
PasswordHasher should encode the password in the following way:
<algorithm>:<the hashed password including the salt>
The algorithm is used to identify the implementation of the PasswordHasher. |
| Class | Description |
|---|---|
| BCryptPbkdf2PasswordHash |
Main class which should be used to hash and to match the passwords.
|
| Enum | Description |
|---|---|
| Algorithm |
Copyright © 2020. All rights reserved.