| Class | Description |
|---|---|
| BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in
"A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
|
| BCryptPasswordEncoder |
Implementation of PasswordEncoder that uses the BCrypt strong hashing function.
|
| Enum | Description |
|---|---|
| BCryptPasswordEncoder.BCryptVersion |
Stores the default bcrypt version for use in configuration.
|