Skip to content

iFernandez96/Base64EncDec_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

3 Functions, 1. Encode File contents into Base64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages