Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt .
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.0.0 (4.2.0)
Syntax
Parameters
- input
- Type: System String
The password to hash.
Return Value
The hashed password.See Also