e-CryptIt Engine Xojo Plugin
EinhugurBase64 Module
A module that has global Base64 encode and decode methods to encode and decode short messages. If you need to encode or decode a whole file stream then use the Base64Stream class.
module EinhugurBase64
Methods
Base64Decode
To decode a Base64 encoded string.
Base64DecodeURL
To decode a Base64 URL encoded string.
Base64Encode
To encode a string with the Base64 algorithm.
Base64EncodeURL
To encode a string with the Base64 URL algorithm.