7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
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.
|