BCrypt GenerateSalt Method Aerospike
Generate a salt for use with the HashPassword(String, String) method selecting a reasonable default for the number of hashing rounds to apply.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.7.0 (4.2.7)
Syntax

Return Value

A base64 encoded salt value.
See Also