lua-users home
lua-l archive

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


On Mon, Jun 16, 2008 at 10:51 AM, daniel rahmeh <daniel.rahmeh@gmail.com> wrote:
> Hi,
>
> I would like to know please if lua have some kind of library for
> cryptographic functions like AES, 3DES, DES, MD5 and SHA1

Currently available in the LuaRocks repos:

MD5: luarocks install md5
LuaCrypto: luarocks install luacrypto
slncrypto: luarocks install slncrypto

-- Hisham