ICI Modules: str: base64_encode


Modules by name : by type

Synopsis

string = str.base64_encode(string)

Description

Encodes the characters of the argument string in base 64 mapped to printable characters and returns the string. Base 64 encoding is used in protocols such as HTTP for the transport or encoding of binary data.