急急急

base64 is a very useful util for us to encode\decode words.

 

usage:

 

encode "This is a string" | base64

Then it will print the encoded string.

 

encode "aGhv==" | base64 -d

Then it will print the decoded string.

 

posted on 2010-06-01 10:08  steven0lisa  阅读(458)  评论(0编辑  收藏  举报

导航