Encrypt byte array input using RC4-compatible algorithm
public static byte[] Encrypt( byte[] input, byte[] key )
Public Shared Function Encrypt ( _ input As Byte(), _ key As Byte() _ ) As Byte()
byte array
See Example1
VB6/C equivalent: PC1_Bytes
[Contents] [Index]