An open API service indexing awesome lists of open source software.

https://github.com/alikhachev/base64

Simple Base64 encoder/decoder implementation
https://github.com/alikhachev/base64

Last synced: 12 months ago
JSON representation

Simple Base64 encoder/decoder implementation

Awesome Lists containing this project

README

          

Base64
===================

Basic program designed to encode files to sequence of symbols and decode it back to file.

Usage: ` [mode=e|d] [input filename] [output filename]`