Skip to content

qbase64.1

Manvendra Bhangui edited this page May 7, 2023 · 2 revisions

NAME

qbase64 - base64 encode/decode data and print to standard output

SYNOPSIS

qbase64 [OPTION]...

DESCRIPTION

Base64 encode or decode standard input, to standard output.

-d
Decode data.

-i
When encoding, ignore line terminating newline character.

The data are encoded as described for the base64 alphabet in RFC 3548. When decoding, the input may contain newlines in addition to the bytes of the formal base64 alphabet. Use -i to ignore the new line terminator in the encoded stream.

AUTHOR

Written by Manvendra Bhangui.

REPORTING BUGS

Report qbase64 bugs to indimail-support@lists.sourceforge.net
IndiMail home page: <http://www.indimail.org/\>

Clone this wiki locally