import base64 encoded = base64.b64encode('life is very easy with python') print encoded data = base64.b64decode(encoded) print data
bGlmZSBpcyB2ZXJ5IGVhc3kgd2l0aCBweXRob24= life is very easy with python
import base64 encoded = base64.b64encode('life is very easy with python') print encoded data = base64.b64decode(encoded) print data
bGlmZSBpcyB2ZXJ5IGVhc3kgd2l0aCBweXRob24= life is very easy with python
0 comments:
Post a Comment