Description
Provides Ruby support for encoding and decoding binary data using Base64 text representation. It is useful for APIs, data formats, mail handling, tokens, and small binary payloads carried through text-only channels.
Base64 is encoding, not encryption. Do not treat encoded secrets as protected, and validate input size before decoding untrusted data.