base64
base64 — RFC 3548: Base16, Base32, Base64 Data Encodings
This module provides data encoding and decoding as specified in RFC 3548. This standard defines the Base16, Base32, and Base64 algorithms for encoding and decoding arbitrary binary strings into text strings that can be safely sent by email, used as parts of URLs, or included as part of an HTTP POST request. The encoding algorithm is not the same as the uuencode program.
There are two interfaces provided by this module. The modern interface supports encoding and decoding string objects using both base-64 alphabets defined in 登录查看完整内容