Skip to content

A command line tool to encode decode strings into Base64 for windows

License

Notifications You must be signed in to change notification settings

ShambaC/Base64-CLI-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 CLI windows

A CLI tool to encode decode strings into Base64 for windows

Why

One day I was looking for some command for windows that I can use to encode and decode a string to and from base64. And I did find some, but they all needed me to write some complex stuff just to do this. And I wanted a offline tool because its too much work to open up a browser and go to some site. Thus I made this.

Tip

Its totally my original stuff, not stolen at all

Stolen Stuff

These were compiled and compared by GasperdP to provide the best soultion here

How to use

compile the cpp program or use the provided exe to run the command. I am not a smelly nerd!

// compile
g++ base64.cpp -o base64

Run in terminal

base64 [encode/decode/-e/-d] <String>

About

A command line tool to encode decode strings into Base64 for windows

Topics

Resources

License

Stars

Watchers

Forks

Languages