Skip to content

NeverSpot/base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

base64

Exapmle : python base.py -d "text to encode" -e "encoded text"

Simple base64 decoder and encoder. This is my first project on GitHub :}

If you want to decode any base64 encoded text: command => python base.py -e "encoded text"

If you want to encode any text base64 encoding : command => python base.py -d "text to encode"

You and also do both at the same time ::::> 1 liner :} command => python base.py -d "text to encode" -e "encoded text"

About

this is my first github.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages