PasswordHash.CreateHash Method

Tungsten Suite

PasswordHashCreateHash Method

Creates a salted PBKDF2 hash of the password.

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public static string CreateHash(
	string password
)

Parameters

password
Type: SystemString
The password to hash.

Return Value

Type: String
The hash of the password.
See Also