开发者

OpenSSL vs. Phpseclib

开发者 https://www.devze.com 2023-01-31 21:28 出处:网络
OpenSSL vs. Phpseclib 开发者_Go百科 What is your opinion, I\'m looking to do rsa and hashing. I\'d like it to be as fast as possible. I\'d go with phpseclib myself on the basis that it\'s a lot easier

OpenSSL vs. Phpseclib

开发者_Go百科

What is your opinion, I'm looking to do rsa and hashing. I'd like it to be as fast as possible.


I'd go with phpseclib myself on the basis that it's a lot easier to use and deploy than OpenSSL is. OpenSSL's going to be faster, if you can get it working, but that's a big if.

One problem with OpenSSL is that it only accepts public keys if they're in the form of X.509 certificates. It's also not as widely deployed on servers as one might like (meaning that code that uses it is going to be less portable) and even on those servers that it is deployed on you're liable to have issues with misconfigured openssl.cnf files.

0

精彩评论

暂无评论...
验证码 换一张
取 消