急急急
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 阅读(462) 评论(0) 收藏 举报
浙公网安备 33010602011771号