blob: d84dab890ff2e7dca00ef9cd74033812dfa0cdbb (
plain)
1
2
3
4
5
6
|
MD5 offers basic cryptographic facilities for Lua: a hash (digest)
function, a pair crypt/decrypt based on MD5 and CFB, and a pair
crypt/decrypt based on DES with 56-bit keys.
Optional dependency: lua51. If this is installed, the lua-md5 package
will include a module for Lua 5.1.
|