2012年7月16日 星期一

Python base64

import base64
foo = base64.b64encode('12345')
print base64.b64decode(foo)




Reference :
18.12. base64 — RFC 3548: Base16, Base32, Base64 Data Encodings — Python v2.7.3 documentation

沒有留言:

張貼留言