e-CryptIt Engine REALbasic Plugin

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:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global