Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
JOSE-B64-ENC(1) 						 JOSE-B64-ENC(1)

NAME
     jose-b64-enc - 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
     *	 -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

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)

				   08/27/2026			 JOSE-B64-ENC(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=jose-b64-enc&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help