GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
JOSE-B64-DEC(1)   JOSE-B64-DEC(1)

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

jose b64 dec -i B64 [-O BIN]

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

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

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

-O FILE, --binary=FILE : Write binary data to FILE

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

Decode a simple message:

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

Nathaniel McCallum <npmccallum@redhat.com>

jose-b64-enc(1)
04/07/2022  

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.