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

244 B

Base64

Encode and decode to and from Base64.

Base64 assumes RFC4648 encoding. Encoding and decoding both assume that the content is a UTF-8 string and not binary content.

See below for examples