e-CryptIt Engine Xojo Plugin - Encodings Xojo Plugin |
|
EinhugurBase32.Base32Alphabet Enum
Alphabet enum values to use with the Base32 encoder and decoder.
enum EinhugurBase32.Base32Alphabet
Constants
RFC_4648 = 0 | Alphabet for the RFC_4648 variant. |
RFC_2938_HEX = 1 | Alphabet for the RFC_2938 hex variant. |
Z_BASE32 = 2 | Alphabet for the z_base_32 variant. |