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.
Methods
Decode | To decode a Base64 encoded string. |
DecodeURL | To decode a Base64 URL encoded string. |
Encode | To encode a string with the Base64 algorithm. |
EncodeURL | To encode a string with the Base64 URL algorithm. |