Skip to content
Adrian Pistol edited this page Jul 20, 2016 · 2 revisions

encoding

Encoders and decoders.

encoded = encoding.base64.encode(str)

Encodes str to base64 and returns the result.

str = encoding.base64.decode(encoded)

Decodes encoded from base64 and returns the result.

Clone this wiki locally