/b64

As simple application for base64 encode and decode string/file

Primary LanguageGo

b64

As simple application to base64 encode and base64 decode string

Commands

Note - The order of flags matters.

b64 -e <inputString>
b64 -d <inputEncodedString>
b64 -f -e <inputFileName> <outputFileName>
b64 -f -d <inputFileName> <outputFileName>

Download executable

Download windows executable

Download mac-intel-64 executable

Developers/Other OS Users

go get github.com/dinumathai/b64