Another base64 implementation.
- Lua 5.1
require('base64')
print(to_base64('Man'))
-- 'TWFu'
print(from_base64('TWFu'))
-- 'Man'
Author: Daniel Lindsley
License: BSD
Another base64 implementation.
require('base64')
print(to_base64('Man'))
-- 'TWFu'
print(from_base64('TWFu'))
-- 'Man'
Author: Daniel Lindsley
License: BSD