lua-users home
lua-l archive

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



On Sat, Mar 13, 2010 at 5:05 PM, Valerio Schiavoni <valerio.schiavoni@gmail.com> wrote:
Hello,
which library should I use to implement public/private key encryption ?
It seems to me that LyaCrypto only exposes OpenSSL digest operations.

Thanks for any pointer,
Valerio

LuaSec (http://www.inf.puc-rio.br/~brunoos/luasec/) works well to handle SSL communication; but I'm not sure if that's what you are asking.

Robby