BCrypt HashPassword Method (String, String)Aerospike
Hash a password using the OpenBSD bcrypt scheme.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
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 password
Exceptions

ExceptionCondition
System ArgumentExceptionThrown when one or more arguments have unsupported or illegal values.
See Also