Re: Cryptographic functions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Cryptographic functions
- From: Hisham <hisham.hm@...>
- Date: 2008年6月16日 13:27:38 -0300
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