jose-b64-enc - Man Page

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

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)

Referenced By

jose(1), jose-b64-dec(1).

04/03/2024