base64

Small console program that converts files to base64 encoding and back again. You can select the Windows clipboard directly as in- and output.

base64.exe ist ein kleines Konsolenprogramm, das Dateien in die Base64-Kodierung und wieder zurück konvertiert. Als Ein- oder Ausgabe kann auch direkt die Windows-Zwischenablage verwendet werden, wodurch eine Binärdatei in textkodierter Form direkt in Textdateien oder anderen Textformularen übergeben werden kann.

Das Programm erwartet folgende Parameter:

-e oder -d Operation: -e (encode) zum Konvertieren nach Base64, -d (decode) zum Konvertieren ins Original
Eingabe Datei, die gelesen werden soll. „=“, um die Zwischenablage zu lesen.
Ausgabe
(optional)
Datei, in die das Ergebnis geschrieben werden soll. „=“, um in die Zwischenablage zu schreiben. Wird der Parameter weggelassen, wird der Eingabedateiname je nach Operation um ein „.b64“ erweitert bzw. ein „.b64“ entfernt oder ein „.bin“ angehängt.

Beispiele:

base64.exe -e Dokument.txt
base64.exe -d = Ausgabe.zip

Compatibility: Windows 10 Windows 8 Windows 7 Windows XP 64 bit

Download

base64.exe44.0 KiBProgrammdatei

base64-src.zip4.5 KiBQuelltext (Visual C++ 6.0)

Licence and terms of use

This software is released under the terms of the simplified BSD licence. You can find the detailed terms and conditions in the download.

Statistic data

  • Created on 2003-02-18, updated on 2003-07-18.
  • Ca. 350 lines of code, estimated development costs: 350 - 1 400 €