使用 Open SSL 的 Paypal 加密按钮
我对贝宝的整个按钮加密很陌生。似乎我所要做的就是此页面上的解释 http://www. stellarwebsolutions.com/en/articles/paypal_button_encryption_php.php 但它似乎不仅仅是一个即插即用的东西。看来我需要 Open SSL。我使用托管,不知道我是否有权在我的服务器上安装 Open SSL,或者我应该首先获取 SSL,因为我将在接下来的几个月内使用它。目前我有一个带有 cpanel 的 apache 服务器。任何建议都会很棒。先感谢您。
I am new to the whole button encryption with paypal. It seemed like all I had to do is what is explained on this page http://www.stellarwebsolutions.com/en/articles/paypal_button_encryption_php.php
but it seems more like than just a plug in play. Seems as though I need Open SSL. I use hosting and don't know if I have the right to install Open SSL on my server or should I just get SSL in the first place since I will be using it in the next couple of months. Currently I have a apache server with cpanel. Any advice would be great. Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装和使用 PHP 代码可能会很困难。解决方法是不加密,而是使用哈希来检测篡改,然后在处理 IPN 时重新确认哈希。我在这里解释一下:
如何使用自定义字段制作 PayPal 加密的立即购买按钮?
This can be a bear to install and get working with your PHP code. The workaround is to not encrypt, but use a hash to detect tampering, and then reconfirm the hash when the IPN is processed. I explain this here:
How do I make a PayPal encrypted buy now button with custom fields?