Crypter Crypt Method ( Byte , CrypterOptions)CryptSharp
Creates a one-way password hash (crypted password) from password bytes. Options modify the crypt operation.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public string Crypt(
	byte[] password,
	CrypterOptions options
)

Parameters

password
Type:  OnlineSystem Byte 
The bytes of the password.
options
Type: CryptSharp CrypterOptions
Options modifying the crypt operation.

Return Value

The crypted password.
See Also