Scroll to navigation

JOSE-B64-DEC(1) JOSE-B64-DEC(1)

NAME

jose-b64-dec - Decodes URL-safe Base64 data to binary

SYNOPSIS

jose b64 dec -i B64 [-O BIN]

OVERVIEW

The jose b64 dec command decodes URL-safe Base64 data to binary format.

OPTIONS

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

EXAMPLES

Decode a simple message:

$ echo SGVsbG8sIFdvcmxkCg | jose b64 dec -i-
Hello, World

AUTHOR

Nathaniel McCallum <npmccallum@redhat.com>

SEE ALSO

jose-b64-enc(1)

June 2017