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.
- Host: GitHub
- URL: https://github.com/toastdriven/lua-base64
- Owner: toastdriven
- License: bsd-3-clause
- Created: 2012-04-06T02:15:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T15:09:32.000Z (over 7 years ago)
- Last Synced: 2025-06-07T16:54:57.552Z (11 months ago)
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 35
- Watchers: 3
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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