yq/pkg/yqlib/doc/usage/headers/base64.md
2025-11-15 14:11:55 +11:00

10 lines
244 B
Markdown

# Base64
Encode and decode to and from Base64.
Base64 assumes [RFC4648](https://rfc-editor.org/rfc/rfc4648.html) encoding. Encoding and decoding both assume that the content is a UTF-8 string and not binary content.
See below for examples