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
Original issue reported on code.google.com by
pitchu...@yahoo.com
on 4 Sep 2010 at 1:56