An open API service indexing awesome lists of open source software.

https://github.com/toastdriven/lua-base64

Another base64 implementation.
https://github.com/toastdriven/lua-base64

Last synced: 11 months ago
JSON representation

Another base64 implementation.

Awesome Lists containing this project

README

          

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](http://toastdriven.com/)

**License:** BSD