e-CryptIt Engine Xojo Plugin - Encodings Xojo Plugin |
|
EinhugurBase32 Module
A module that has global Base64 encode and decode methods to encode and decode short messages with Base32.
This module supports RFC 4648, base32hex - RFC 2938 and z-base-32 variants.
Methods
Decode | Decodes string to Base32 using given Base32 variant alphabet. |
Encode | Encodes string to Base32 using given Base32 variant alphabet. |
EncodeWithoutPadding | Encodes string to Base32 using given Base32 variant alphabet. This version of the function skips the paddings at back. |
Enumerations
Base32Alphabet | Alphabet enum values to use with the Base32 encoder and decoder. |