Files
kumomta/docs/reference/kumo.encode/base64_encode.md
T
Wez Furlong 55770052a5 add kumo.encode module
This provides a variety of encode/decode functions for things
like base64 and base32 encoding
2023-08-12 08:42:44 -07:00

124 B

kumo.encode.base64_encode(STRING)

{{since('dev')}}

Applies base64 encoding to STRING, and returns the encoded string.