Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 359 Bytes

Base64EncDec_Tool

3 Functions, 1. Encode File contents into Base64

To Compile: Run gcc Base64EncDec_Tool.c -o Base64EncDec_Tool.exe

Use: ./Base64EncDec_Tool.exe $UseCase $Filename

$UseCase: 1: Encode $Filename 2: Decode $Filename 3: Run System Command $Filename NOTE: Running System command requires that you put " " around the command you wish to run.