Scroll to navigation

JOSE-B64-ENC(1) JOSE-B64-ENC(1)

NAME

jose-b64-enc - Encodes binary data to URL-safe Base64

SYNOPSIS

jose b64 enc -I BIN [-o B64]

OVERVIEW

The jose b64 enc command encodes binary data to URL-safe Base64 format.

OPTIONS

Read binary data from FILE
Read binary data from standard input
Write Base64 (URL-safe) to FILE
Write Base64 (URL-safe) to standard output

EXAMPLES

Encode a simple message:

$ echo "Hello, World" | jose b64 enc -I-
SGVsbG8sIFdvcmxkCg

AUTHOR

Nathaniel McCallum <npmccallum@redhat.com>

SEE ALSO

jose-b64-dec(1)

June 2017