Simple use of Base64 Command

This tool is Simple to use, just type : 


echo "Hi All" | base64 

to decode the message just type : 


echo "SGkgQWxsCg==" | base64 -d


Comments

Popular Posts