e-CryptIt Engine Xojo Plugin |
|
EinhugurEncrypt.eCryptEncode Method
To encode a string by excluding specified characters from the result, the encoded string.
eCryptEncode does not encrypt the data, use any encryption method before if encryption is required.
eCryptEncode(
source as String,
iStart as Integer,
iEnd as Integer) as String
Parameters
- source
- The string to encode.
- iStart
- The character range starting value 0-255.
- iEnd
- The character range ending value 0-255.
Returns
- String
- Returns the encoded string, which will probably not have the same length as the source string.
Do not exclude more than 125 characters or the eCryptEncode and eCryptDecode functions will return an empty string.
Remarks
Returns the encoded string, which will probably not have the same length as the source string.
Do not exclude more than 125 characters or the eCryptEncode and eCryptDecode functions will return an empty 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