Encode and decode Base64 (standard and URL-safe) with full UTF-8 support, plus hex output — the way Kubernetes Secrets expect it.
Output appears here…
Kubernetes Secrets use standard Base64: echo -n 'value' | base64
echo -n 'value' | base64