[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: private/public key support ?
- From: Valerio Schiavoni <valerio.schiavoni@...>
- Date: Mon, 15 Mar 2010 13:21:58 +0100
I've found what I was looking for:
http://luaforge.net/frs/?group_id=394&release_id=1120
it's "very" slow because it's in pure Lua, but it's exactly what I was
searching.
Maybe some C-backed implementation would be better..
On Mon, Mar 15, 2010 at 11:23 AM, Valerio Schiavoni
<valerio.schiavoni@gmail.com> wrote:
> Hello Robert,
>
> On Mon, Mar 15, 2010 at 10:54 AM, Robert Raschke
> <rtrlists@googlemail.com> wrote:
>> 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.
>
> i'm asking for RSA or SHA-1 or any other public/private key encryption support.
>
> For instance, in this presentation
> http://fliiby.com/file/272148/4hh27ix1dt.html they mention a lua
> library called Prism which seems to do the job, but i can't find it.
>
>
> valerio
>