Base64 De-/Encoder is a command line utility that decodes/encodes files using the Base64 algorithm.
Usage:
base64 [ -d | -e ] [ "infile" ] [ "outfile" ]
-d --decode base64 encoded file
-e --encode file using the Base64 algorithm
-h --print help
-v --print version number
Update
Very small size almost 7kb
Outfile can be selected
Much faster De-/Encoding
No informations about the filesize & filename will be written into the outfile
Better compatibility with older OS