Base64 De-/Encoder is a command line utility that decodes/encodes files using the Base64 algorithm.
Usage:
base64 [ /d | /e ] [ "File" ]
/d --decode base64 encoded file
/e --encode file using the Base64 algorithm
/h --print help
/v --print version number
(Your file always have to be between quotation marks)
correct: "yourfile"
false: yourfile