syn.crypt.base64
Functions
encode
string syn.crypt.base64.encode(input: string)
Base64 encodes input
.
decode
string syn.crypt.base64.decode(input: string)
Base64 decodes input
.
string syn.crypt.base64.encode(input: string)
Base64 encodes input
.
string syn.crypt.base64.decode(input: string)
Base64 decodes input
.