spacewander / lua-resty-rsa

RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT
MIT License
266 stars 101 forks source link

最新的代码可以写个私钥加密,公钥解密吗? #20

Closed xiaoxin1 closed 7 years ago

xiaoxin1 commented 7 years ago

我尝试按照之前Issue里面的代码改了,but failed

spacewander commented 7 years ago

没有添加这项功能的计划,理由我已经写在 https://github.com/doujiang24/lua-resty-rsa/issues/6 了。

但是我没有把它放入 rsa 库的打算。因为私钥加密/公钥解密本身是有违最佳实践的,相对来说不够安全。参见这个 SO 回答: https://crypto.stackexchange.com/a/2125

xiaoxin1 commented 7 years ago

好的,我模仿这个代码终于改成功了。这个不够安全,但是目前需要这样做,感谢你们的项目。