lua-users home
lua-l archive

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


fwiw, there is libsodium (a C library), and I started a Lua binding for it.
See https://download.libsodium.org/doc/ for info on libsodium.

If other think they could use sodium for Lua, drop me a note, it might
accelerate things.

> Am 03.06.2016 um 08:13 schrieb Daurnimator <quae@daurnimator.com>:
> 
> On 3 June 2016 at 16:06, Iwan Budi Kusnanto <ibk@labhijau.net> wrote:
>> I am trying to do public key encryption with Lua but so far i can't
>> find any library that support this functionality.
>> I have tried this lib:
>> - luaossl
>> - LuaCrypto (https://github.com/mkottman/luacrypto)
>> - https://github.com/somesocks/lua-lockbox
>> - luarsa  : too old and using xyssl which is not maintained anymore
>> 
>> But it seems that all of above libraries don't have asymmetric
>> encryption feature.
>> 
>> 
>> In Go & Python, i can use RSA OAEP library to do public key encryption.
>> But still can't find similar library in Lua
> 
> luaossl can. what issue(s) did you run into?
>