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.
- Host: GitHub
- URL: https://github.com/nagilum/base64convertapp
- Owner: nagilum
- Created: 2019-08-07T08:53:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T08:54:20.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T13:48:24.232Z (4 months ago)
- Topics: base64, csharp
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.