Web Hosting Talk







View Full Version : php encryption?


jon_howerton
08-13-2003, 12:01 AM
Hey,
I can't get php to work with the openssl_public_encrypt functions.
It says function no defined.

Does anybody know of another way to use pgp or the gnuPG public/private keys for encrypting/decrypting?

I could use an help you have to offer.
Thanks,
-Jon

Burhan
08-13-2003, 12:22 AM
My first suggestion would be to make sure that your php install is configured for openssl.

The easy way is to view the output from phpinfo(); and look at your configure tags.

The next step is to read http://www.php.net/manual/en/ref.openssl.php that

cyberlot
08-13-2003, 03:00 PM
http://www.phpbuilder.com/mail/php3-list/199809/1648.php

Or better yet, read the comments here.
http://us3.php.net/popen


Both found on google.. If you can't google.. Get out ;)