lua-users home
lua-l archive

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


shameless plug:

People may also try my XYSSL binding which provides
the basic(but IMO sufficient) crypto functions :

-md5/sha1/sha256 and their HMAC variant
-aes block cipher in ECB/CBC/CFB mode
-rc4 stream cipher
-a crypto strength random source
-SSL 3/TLS 1 filter/stream
-less than 200K for the compiled so/dll

build under both Windows and linux(not sure about
other platform as I don't have them).

--- Andre Carregal <carregal@fabricadigital.com.br>
wrote:

> MD5 offers basic cryptographic facilities for Lua
> 5.1: a hash (digest)
> function, a pair crypt/decrypt based on MD5 and CFB,
> and a pair
> crypt/decrypt based on DES with 56-bit keys.