Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt(Int32) using the given workFactor.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.6.0 (4.2.6)
Syntax
Parameters
- input
- Type: System String
The password to hash.
- workFactor
- Type: System Int32
The log2 of the number of rounds of hashing to apply - the work factor therefore increases as 2^workFactor.
Return Value
The hashed password.See Also