Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenSSL 与 Phpseclib
你的意见是什么,我正在寻找做 rsa 和散列。我希望它尽可能快。
我自己会使用 phpseclib,因为它比 OpenSSL 更容易使用和部署。OpenSSL 会更快,如果你能让它工作的话,但这是一个很大的假设。
OpenSSL 的一个问题是它只接受 X.509 证书形式的公钥。它也没有像人们希望的那样广泛部署在服务器上(这意味着使用它的代码的可移植性会降低),即使在部署它的那些服务器上,您也可能会遇到配置错误的 openssl.cnf 文件的问题。