Hash a string using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt.
Namespace: BCrypt.Net
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static string HashString( string source )
Parameters
- source
- Type: SystemString
The string to hash.
Return Value
Type: StringThe hashed string.
Remarks
See Also