Click or drag to resize

Pc1Encrypt(Byte, Byte) Method

Encrypt byte array input using RC4-compatible algorithm

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] Encrypt(
	byte[] input,
	byte[] key
)

Parameters

input  Byte
input byte array, any length
key  Byte
key byte array, any length

Return Value

Byte
byte array
Remarks
Superseded by Cipher.StreamBytes()
See Also