TinyMUX

Decode64()

Functions

Description

FUNCTION: decode64(<string>)

Decodes a Base64-encoded string and returns the original content.

Examples

> say decode64(SGVsbG8gV29ybGQ=)

You say, “Hello World”

encode64(), hmac()