crypt.base64
Documentation of Synapse Z crypt.base64 library
crypt.base64.encode
string crypt.base64.encode(data: string)
returns the string in base64 format
crypt.base64.decode
string crypt.base64.decode(string: data)
decodes the string from base64 format