base64
index
/usr/local/lib/python2.3/base64.py
Conversions to/from base64 transport encoding as per
RFC-1521
.
Modules
binascii
Functions
decode
(input, output)
Decode a file.
decodestring
(s)
Decode a string.
encode
(input, output)
Encode a file.
encodestring
(s)
Encode a string.
test
()
Small test program
test1
()
Data
MAXBINSIZE
= 57
MAXLINESIZE
= 76
__all__
= ['encode', 'decode', 'encodestring', 'decodestring']