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]

[PREV: Pc1.Encrypt Method (Byte, Byte)...]   [Contents]   [Index]   
   [NEXT: Pc1.File Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.