Click or drag to resize
Galactic API

SaltedHashGenerateHash Method

Generates a salted hash using the supplied string data. A random integer is generated as the salt.

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static string GenerateHash(
	string data,
	out int salt
)

Parameters

data
Type: SystemString
The data to generate a hash off.
salt
Type: SystemInt32
A random integer used as a salt.

Return Value

Type: String
See Also