lua-users home
lua-l archive

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


Hi All,

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

Is there other library i need to look for?

Thanks
-- 
Iwan Budi Kusnanto