| Class and Description |
|---|
| BCrypt.HashData
Holds the raw data of a bcrypt hash
|
| BCrypt.Hasher
Can create bcrypt hashes
|
| BCrypt.Result
Result of a bcrypt hash verification
|
| BCrypt.Verifyer
Can verify bcrypt hashes
|
| BCrypt.Version
The supported version identifiers for bcrypt according to the modular crypt format.
|
| BCryptFormatter
Formats the out hash message of bcrypt.
|
| BCryptParser
A simple parser which is able to parse Modular Crypt Format specifically for bcrypt.
|
| IllegalBCryptFormatException
Exception thrown on parsing if an illegal format has been detected.
|
| LongPasswordStrategy
Strategy if the password is longer than supported by Bcrypt itself (71 bytes + null terminator with $2a$)
|
| LongPasswordStrategy.BaseLongPasswordStrategy
Default base implementation
|
| Radix64Encoder
Encoder for the custom Base64 variant of BCrypt (called Radix64 here).
|
Copyright © 2018–2023. All rights reserved.