Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 300 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 300 Bytes

base64

Another base64 implementation.

Requirements

  • Lua 5.1

Usage

require('base64')

print(to_base64('Man'))
-- 'TWFu'
print(from_base64('TWFu'))
-- 'Man'

Meta

Author: Daniel Lindsley

License: BSD