e-CryptIt Engine Xojo Plugin

EinhugurEncrypt.eCryptDecode Method

To decode an eCrypt encoded string.

eCryptDecode(
   source as String,
   iStart as Integer,
   iEnd as Integer) as String

Parameters

source
The string to decode.
iStart
The character range starting value 0-255.
Must be same number that was used with eCryptEncode.
iEnd
The character range ending value 0-255.
Must be same number that was used with eCryptEncode.

Returns

String

Remarks

Returns the decoded string, which will probably not have the same length as the source string.

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon

    See Also

    EinhugurEncrypt Module