Skip to content

toastdriven/lua-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Another base64 implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages