The encodings.base64_codec Module

(New in 2.2) BASE64 codec. Let’s you use the encode and decode string methods for BASE64 encoding/decoding, instead of importing the base64 module.

encoded_data = data.encode("base64")
decoded_data = encoded_data.decode("base64")
 

[comment on/vote for this article]

A Django site. this page was rendered by a django application in 0.01s 2010-09-02 15:18:32.825055. hosted by webfaction.