Go to the source code of this file.
Classes | |
| class | xorn.base64.DecodingError |
| Raised when reading invalid or unterminated base64-encoded data. More... | |
Namespaces | |
| xorn.base64 | |
| Reading and writing base64-encoded data. | |
Functions | |
| def | xorn.base64.encode |
| Write a binary string to a file in base64 representation. More... | |
| def | xorn.base64.decode |
| Read a string in base64 representation from a file. More... | |
Variables | |
| string | xorn.base64.BASE64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' |
| string | xorn.base64.PAD64 = '=' |
| list | xorn.base64.RANK |
1.8.8