Description
A modern Haskell library for Base64 encoding and decoding. It helps programs represent binary data as text for APIs, configuration, email, tokens, and other formats that cannot carry raw bytes directly.
Developers use it when Haskell software needs standard Base64 handling. Encoding is not encryption, so Base64 text should not be treated as secret by itself.