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 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM

    Unsupported Platforms:

  • MacOS X Carbon

    See Also

    EinhugurEncrypt Module