base64 [options] <operation> <filename>
Display help.
Enable verbose output.
When decoding, overwrite the output file if it already exists.
Read lines from STDIN
until KErrEof or a blank line is read. Decode the read data and write the binary equivalent to the named file.
Read binary data from the named file, and write the encoded equivalent as lines to STDOUT
.
The name of the file to write when decoding. The name of the file to read when encoding. [filename]
Encode to or decode from Base64.
Turns binary data into an ASCII encoded form and vice versa.
Copyright (c) 2010 Accenture. All rights reserved.