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.00s 2012-02-11 23:34:33.206307. hosted by webfaction.