Description
Applications can encode and decode Base32 and Base64 data using RFC 4648 rules through a C library. This helps tools handle tokens, binary data in text formats, and protocol payloads.
It is an encoding library, not encryption. Encoded data is still readable after decoding, so do not treat Base64 or Base32 as a privacy mechanism.