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.0 and 5.1: a hash
(digest) function, and a pair crypt/decrypt.

MD5 is part of the Kepler Project and can be found at
http://www.keplerproject.org/md5

MD5 is free software, using the same license as Lua, and follows the package
proposal for Lua 5.1 (using Compat-5.1 with Lua 5.0).

Any comments and feedback are welcome.

André Carregal