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 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS
See Also
EinhugurEncrypt Module