lua-users home
lua-l archive

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


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?