Skip to content

owtotwo/MD5_in_Lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MD5_in_Lua

A MD5-encryption library implemented in Lua-5.3 .
Copyright (c) 2016 sysu_AT < owtotwo@163.com >

How to Use

Just use md5.lua for your project and require this file.

md5 = require "md5"

print(md5.string("abc")) -- "900150983cd24fb0d6963f7d28e17f72"
print(md5.file("date.txt")) -- output the md5 value to the file "data.txt"

Notice that this library is recommended to be used to encrypt the string or
some small file which is not larger than 5MB.

License

About

A MD5-Encryption Library implemented in Lua-5.3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages