Cryptographic Library for Lua 5.0

This library offers basic cryptographic facilities for Lua 5.0: a hash (digest) function, an a pair crypt/decrypt. (download)

Lua API

All functions are registered inside a table md5.

C API

The following functions are declared in md5.h

INSTALL

The following instructions assume that your Lua installation has a dynamic linking facility (function loadlib):


$Id: md5.html,v 1.4 2003/04/28 16:40:42 roberto Exp $