File lib/base64.lua
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 |