CryptoSys API Library Manual
Pc1.Encrypt Method (String, String)
Encrypt hex-encoded input using RC4-compatible algorithm
Syntax
[C#]
public static string Encrypt(
string inputHex,
string keyHex
)
[VB.NET]
Public Shared Function Encrypt ( _
inputHex As String, _
keyHex As String _
) As String
Parameters
- inputHex
- hex-encoded input, any length
- keyHex
- hex-encoded key, any length
Return Value
hex-encoded string
Remarks
Superseded by Cipher.StreamHex()
See Also
VB6/C equivalent: PC1_Hex
[Contents] [Index]