logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Nathaniel McCallum npmccallum@redhat.com

Examples

       Decode a simple message:

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

Name

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

Options

-iFILE, --base64=FILE : Read Base64 (URL-safe) data from FILE

       •   -i -, --base64=- : Read Base64 (URL-safe) data from standard input

       •   -OFILE, --binary=FILE : Write binary data to FILE

       •   -O -, --binary=- : Write binary data to standard output

Overview

       The joseb64dec command decodes URL-safe Base64 data to binary format.

See Also

jose-b64-enc(1) <jose-b64-enc.1.adoc>

                                                                                                 JOSE-B64-DEC(1)

Synopsis

joseb64dec -i B64 [-O BIN]

See Also