JOSE-B64-ENC(1) | JOSE-B64-ENC(1) |
jose-b64-enc - Encodes binary data to URL-safe Base64
jose b64 enc -I BIN [-o B64]
The jose b64 enc command encodes binary data to URL-safe Base64 format.
Encode a simple message:
$ echo "Hello, World" | jose b64 enc -I- SGVsbG8sIFdvcmxkCg
Nathaniel McCallum <npmccallum@redhat.com>
June 2017 |