Tungsten
![]() |
PasswordHashCreateHash Method |
Creates a salted PBKDF2 hash of the password.
Namespace: W.Encryption
Assembly: Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2

C#
public static string CreateHash( string password )
Parameters
- password
- Type: SystemString
The password to hash.
Return Value
Type: StringThe hash of the password.
