# base64-encode()

```markup
string base64-encode(string input)
```

encodes the data passed in the `input` parameter using Base64.
