OpenSSL Paypal encryption

last2kn0

New Member
Messages
10
Reaction score
0
Points
1
I would like to implement dynamic button encryption on my website and have found a way to do so using PHP and openSSL. This site details the steps and gives example code:
http://www.stellarwebsolutions.com/en/articles/paypal_button_encryption_php.php

However, when I attempted to run the code, I received an error saying:
"Warning: proc_open() has been disabled for security reasons..."

Is there some way to modify the code so that I am able to do this?
Thank you for your help in advance.

Edit:
I ended up finding a solution that worked. I found it at this forum: http://paypal.lithium.com/pdn/board/message?board.id=ewp&thread.id=34&view=by_date_ascending&page=1
The solution can be found in an attachment a few posts down or at this link: http://paypal.lithium.com/pdn/attachments/pdn/ewp/87/1/paypalewp.php
Hopefully this will help others as well!
 
Last edited:
Top