Click or drag to resize

NQCryptDecryptEncrypt Method (Byte, String)

Encrypt bytes into bytes using a password.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static byte[] Encrypt(
	byte[] clearData,
	string Password
)

Parameters

clearData
Type: SystemByte
The data to be encrypted.
Password
Type: SystemString
The encryption password.

Return Value

Type: Byte
The resulting encrypted data.
See Also