[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] MD5 1.1.2
- From: gary ng <garyng2000@...>
- Date: Tue, 13 May 2008 18:48:23 -0700 (PDT)
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.