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 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon
See Also
EinhugurEncrypt Module