Encrypt hex-encoded input using RC4-compatible algorithm
public static string Encrypt( string inputHex, string keyHex )
Public Shared Function Encrypt ( _ inputHex As String, _ keyHex As String _ ) As String
hex-encoded string
See Example1
VB6/C equivalent: PC1_Hex