NeverSpot / base64

this is my first github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%