Hash a password using the OpenBSD bcrypt scheme.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.7.0 (4.2.7)
Syntax
Parameters
- input
- Type: System String
The password to hash.
- salt
- Type: System String
the salt to hash with (perhaps generated using BCrypt.gensalt).
Return Value
The hashed passwordExceptions
Exception | Condition |
---|---|
System ArgumentException | Thrown when one or more arguments have unsupported or illegal values. |
See Also