BCryptHashPassword Method (String)

Aerospike
Hash a password using the OpenBSD bcrypt scheme and a salt generated by GenerateSalt.

Namespace:  BCrypt.Net
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public static string HashPassword(
	string input
)

Parameters

input
Type: SystemString
The password to hash.

Return Value

Type: String
The hashed password.
See Also

Reference