mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-28 07:57:43 +00:00
10 lines
244 B
Markdown
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
|
|
|