2004-08-21 15:50:22 +00:00
|
|
|
.TH BASE64TOOL "1" "August 2004" "base64tool v1.2.0" "User Commands"
|
2003-09-30 14:26:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
base64tool \- encode files into Base64 encoding and decode Base64 encoded files
|
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B base64tool
|
|
|
|
<\fIencode\fR|\fIdecode\fR> <\fIinput\fR> <\fIoutput\fR> [\fImaxlen\fR]
|
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.LP
|
|
|
|
This program can either encode a file with Base64 encoding suited for
|
|
|
|
inclusion of binary data into text files such as XML files and decode
|
|
|
|
Base64 encoded data back into its original form. The first argument
|
|
|
|
controls whether \fBbase64tool\fR will encode or decode. The second
|
|
|
|
argument is name of the file that data is read from. The third
|
|
|
|
argument is the name of the file that output is written to. The file
|
|
|
|
will be overwritten if it exists.
|
|
|
|
.LP
|
|
|
|
When encoding an optional fourth parameter, \fImaxlen\fR, specifies
|
|
|
|
the maximum line length to output. It defaults to 72 if left out.
|
|
|
|
|
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
.I base64tool
|
|
|
|
was written by Moritz Bunkus <moritz@bunkus.org>.
|
|
|
|
.SH WWW
|
|
|
|
The newest version can always be found at
|
|
|
|
.UR http://www.bunkus.org/videotools/mkvtoolnix/
|
|
|
|
<http://www.bunkus.org/videotools/mkvtoolnix/>
|
|
|
|
.UE
|