botor (version 0.2.0)

base64_enc: Base64-encode raw bytes using Python's base64 module

Description

Base64-encode raw bytes using Python's base64 module

Usage

base64_enc(text)

Arguments

text

raw, R string or Python string

Value

string

See Also

base64_dec