b64encode

Section: User Commands (1)
Index Return to Main Contents
 

NAME

b64encode - encodes a string given at STDIN to the BASE64 format available on STDOUT  

SYNOPSIS

b64encode [-u]  

DESCRIPTION

b64encode reads a series of '\n' terminated strings from STDIN until all lines are processed and translates the input into the BASE64 alfabet while respecting a maximum line size of 76 chars on output as required by RFC 2045.

In case -u is supplied as argument, the BASE64 encoding is done in an 'URL' style according to RFC 4648 ยง5.

The output is enhanced with a final '\n'.

Note: The entire input is read into memory.  

SEE ALSO

mess822_base64(3), b64decode(1), qpencode(1), qpdecode(1), 822field(1), 822mimeparts(1).


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 09:34:17 GMT, July 11, 2025