[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: public key or asymmetric cryptography library
- From: Iwan Budi Kusnanto <ibk@...>
- Date: Fri, 3 Jun 2016 13:06:20 +0700
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