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.

Version 1.1.2 changes
* Fixed bug in 64-bit systems
* Fixed the Windows makefile to accept longer directory names (patch
by Alessandro Hecht and Ignacio Burgueño).

MD5 can be downloaded in source code from its LuaForge page:
http://luaforge.net/projects/md5/

If you are using LuaBinaries 5.1.3, a Windows precompiled version of
MD5 can also be found at the same LuaForge page. You can also install
MD5 using LuaRocks: luarocks install md5

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

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

Feedback is welcome,

André