1# Encoding Functions 2 3Sprig has the following encoding and decoding functions: 4 5- `b64enc`/`b64dec`: Encode or decode with Base64 6- `b32enc`/`b32dec`: Encode or decode with Base32
View as plain text