/Base64-Converter

A simple Base64 encoder/decoder written in Java.

Primary LanguageJavaMIT LicenseMIT

Base64 Converter

Usage

Compile

javac src/*.java -d .classes

Run

$ cd .classes

The file ./src/ConverterMain contains the main method. Use the following example to run the program.

java ConverterMain [-option]

Options
    -e Encoder
    -d Decoder

Input validation is extremely minimal, however should be expanded on in the future.