liaolzy / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

PHP: use phpseclib's Crypt_RSA instead of openssl extension #185

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In my experience PHP's openssl extension is not installed on a lot of servers 
and even when it is a lot of people encounter issues with openssl.cnf.

PEAR and Zend have RSA implementations that don't utilize the openssl 
extension, as well, but phpseclib's seems to be the most interoperable as the 
following demonstrates:

http://stackoverflow.com/questions/2608541/rsa-encrypt-in-php-to-decrypt-in-net/
2613865#2613865

Original issue reported on code.google.com by pitchu...@yahoo.com on 4 Sep 2010 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by morten.f...@gmail.com on 29 Mar 2011 at 4:29