File base64_lua.luadoc

Functions

base64.decode (s) base64decodes the string.
base64.encode (s) base64encodes the string.


Functions

base64.decode (s)
base64decodes the string.

Parameters

  • s:

Return value:

string The encoded string.
base64.encode (s)
base64encodes the string.

Parameters

  • s:

Return value:

string The encoded string.

Valid XHTML 1.0!