BlowfishCipherBCrypt Method | CryptSharp |
Overload List
Name | Description | |
---|---|---|
BCrypt |
Uses the cipher to generate a BCrypt hash.
|
|
BCrypt(Byte, Byte, Int32) |
Uses the given key, salt, and cost to generate a BCrypt hash.
|
|
BCrypt(Byte, Byte, Int32, EksBlowfishKeyExpansionFlags) |
Uses the given key, salt, and cost to generate a BCrypt hash.
Flags may modify the key expansion.
|
See Also