BCrypt HashString Method (String)Aerospike
Hash a string using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt .

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.6.0 (4.1.6)
Syntax

Parameters

source
Type: System String
The string to hash.

Return Value

The hashed string.
Remarks

Just an alias for HashPassword.
See Also