BlowfishCipherBCrypt Method | CryptSharp |
Uses the cipher to generate a BCrypt hash.
Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public byte[] BCrypt()
Public Function BCrypt As Byte()
public: array<unsigned char>^ BCrypt()
member BCrypt : unit -> byte[]
Return Value
Type: ByteA BCrypt hash.
See Also