|
I have implemented a simple cryptographic library for Lua, that includes a hash (digest) function, an a pair crypt/decrypt. All are based on the MD5 message-digest algorithm. The library is available at http://www.inf.puc-rio.br/~roberto/md5/ -- Roberto