Factry Historian
...
Standard Library
base64
module "base64" tengo base64 = import("base64") functions encode(src) returns the base64 encoding of src decode(s) returns the bytes represented by the base64 string s raw encode(src) returns the base64 encoding of src but omits the padding raw decode(s) returns the bytes represented by the base64 string s which omits the padding url encode(src) returns the url base64 encoding of src url decode(s) returns the bytes represented by the url base64 string s raw url encode(src) returns the url base64 encoding of src but omits the padding raw url decode(s) returns the bytes represented by the url base64 string s which omits the padding