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 2008-08-30 07:04:36.032050. hosted by webfaction.