This is documentation for the next version of Grafana k6 documentation. For the latest stable release, go to the latest version.
k6/encoding
The
k6/encoding module provides base64
encoding/decoding as defined by RFC4648.
| Function | Description |
|---|---|
| b64decode(input, [encoding], [format]) | Base64 decode a string. |
| b64encode(input, [encoding]) | Base64 encode a string. |


