lua-users home
lua-l archive

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


LuaCrypto provides a Lua frontend to the OpenSSL cryptographic
library. The OpenSSL features that are currently exposed are digests
(MD5, SHA-1, HMAC, and more) and crypto-grade random number
generators.

http://luacrypto.luaforge.net/

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

v0.2.0
* updated documentation and build to Kepler style
* exposed OpenSSL random number generation
* removed Lua stub libraries

- Keith Howe