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 Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS
  • See Also

    EinhugurEncrypt Module