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-ENC(1)   JOSE-B64-ENC(1)

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

jose b64 enc -I BIN [-o B64]

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

-I FILE, --binary=FILE : Read binary data from FILE

-I -, --binary=- : Read binary data from standard input

-o FILE, --base64=FILE : Write Base64 (URL-safe) to FILE

-o -, --base64=- : Write Base64 (URL-safe) to standard output

Encode a simple message:

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

Nathaniel McCallum <npmccallum@redhat.com>

jose-b64-dec(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.