使用 Open SSL 的 Paypal 加密按钮

发布于 2024-12-12 14:35:26 字数 370 浏览 0 评论 0原文

我对贝宝的整个按钮加密很陌生。似乎我所要做的就是此页面上的解释 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

假面具 2024-12-19 14:35:26

安装和使用 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文