lua-users home
lua-l archive

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


2011/7/13 Ignacio Burgueño <ignaciob@inconcertcc.com>:
> On Wed, Jul 13, 2011 at 9:52 AM, Gaspard Bucher <gaspard@teti.ch> wrote:
>>>
>> Openssl for Lua would be great, even if not complete...
>> At the top of my wish list for early features are the tools required for
>> string signing:
>> 1. Create pub/priv RSA keys
>> 2. SHA1 digest
>> 3. sign, verify
>
> I think that Michal Kottman's fork of LuaCrypto handles most (all?) of that.
> https://github.com/mkottman/luacrypto

I tried to cover everything, but there is still something left to do -
the Seal* and Open* API. However, hashing, encryption/decryption and
signing/verification should work.