lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


MD5 offers basic cryptographic facilities for Lua 5.1: 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.

MD5 is free software and uses the same license as Lua 5.1.

Version 1.1.0 offers DES 56 cryptographic facilities

For more information please check
http://www.keplerproject.org/md5

Feedback is welcome, for bug reporting please use the LuaForge bug tracker.

André