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

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: PC1_Hex

[Contents] [Index]

[HOME]   [NEXT: Pc1.File Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.