Crypter Crypt Method ( Byte )CryptSharp
Creates a one-way password hash (crypted password) from password bytes.

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

public string Crypt(
	byte[] password
)

Parameters

password
Type:  OnlineSystem Byte 
The bytes of the password.

Return Value

The crypted password.
See Also