Creates a one-way password hash (crypted password) from a password string.
Options modify the crypt operation.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public string Crypt( string password, CrypterOptions options )
Parameters
- password
- Type: System String
The password string. Characters are UTF-8 encoded.
- options
- Type: CryptSharp CrypterOptions
Options modifying the crypt operation.
Return Value
The crypted password.See Also