BCryptHashString Method (String)

Aerospike
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: String
The hashed string.
Remarks

Just an alias for HashPassword.
See Also

Reference