| Interface | Description |
|---|---|
| IPasswordSalt |
Base interface for a password salt.
|
| Class | Description |
|---|---|
| PasswordSalt |
Default implementation of
IPasswordSalt using
VerySecureRandom. |
| PasswordSaltBCrypt |
Implementation of
IPasswordSalt using BCrypt.gensalt(int). |
Copyright © 2016–2021 Philip Helger. All rights reserved.