e-CryptIt Engine Xojo Plugin - Encodings 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

DecodeTo decode a Base64 encoded string.
DecodeURLTo decode a Base64 URL encoded string.
EncodeTo encode a string with the Base64 algorithm.
EncodeURLTo encode a string with the Base64 URL algorithm.