Module base64

http://lua-users.org/wiki/BaseSixtyFour
Lua 5.1+ base64 v3.0 (c) 2009 by Alex Kloss
licensed under the terms of the LGPL2

Functions

dec (data) Decode a string from base64 format
enc (data) Encode a string to base64 format


Functions

dec (data)
Decode a string from base64 format

Parameters

  • data: String to be decoded

Return value:

Returns the decoded string
enc (data)
Encode a string to base64 format

Parameters

  • data: String to be encoded

Return value:

Returns the encoded string

Valid XHTML 1.0!