# README
Sphire Mantis::Encoding
The Encoding package of Mantis provides helper functions around Base64 encoding.
# Functions
Base64Decode decodes a base64 encoded string.
Base64EncodeStd encodes a string into a standard Base64 string.
Base64EncodeURL encodes a string into a Base64 string that is url-compatible.