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

https://github.com/nagilum/base64convertapp

Tiny console app to convert files to/from base 64.
https://github.com/nagilum/base64convertapp

base64 csharp

Last synced: 3 months ago
JSON representation

Tiny console app to convert files to/from base 64.

Awesome Lists containing this project

README

        

# Base64 ConvertApp

Tiny console app to convert files to/from base 64.

3 params:

* -in %file - base 64 file to be read.
* -out %file - normal file to be written.
* -o64 - read in-file and write base 64 to out-file.