Re: paypal encrypted buttons using lc

2016-07-20 Thread Mark Wieder
On 07/20/2016 07:36 PM, Mike Bonner wrote: It did finally click with me that it is just a shell (exec) call to openssl to generate the encrypted part of the button data, so i'm pretty sure I can handle it now. Yeah, I think just set the proper environment variables, issue the shell command, a

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Yeah, I won't be generating the key through their site, it will be done by me on a system controlled by me. (I've been playing with a droplet on digitial ocean to try things out) I will probably end up with a virtual linux box on my local machine. As for sending a cert, no I don't believe that is

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mark Wieder
On 07/20/2016 02:13 PM, Mike Bonner wrote: This is why I'm looking in to doing the encryption on my own. (not necessarily on the fly) as described best here: https://www.stellarwebsolutions.com/en/articles/paypal_button_encryption_php.php I'm coming in late to the party as usual, and I proba

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
That's the thing. It is easy to do things in the way I describe. Unless otherwise set (in the paypal profile.. one can choose to only accept encrypted buttons but this doesn't seem to be the default), any person anywhere (if they have access to the merchant id or merchant email address) can whip u

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
Not to beat a stubborn dead horse, but...I don't think you can do what you want. Paypal makes it pretty hard to modify their buttons. If they didn't, anyone could copy and change the Paypal button on any site, which is kind of what you're describing. On 7/20/2016 2:18 PM, Mike Bonner wrote: T

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Thank you both. I think i'm in over my head actually, but stubborn makes up for a lot. On Wed, Jul 20, 2016 at 1:12 PM, Richard Gaskin wrote: > Mike Bonner wrote: > > > I just turned the corner on understanding the old method, I suspect > > i'll be able to make it work once sha-256 is implemen

Re: paypal encrypted buttons using lc

2016-07-20 Thread Richard Gaskin
Mike Bonner wrote: > I just turned the corner on understanding the old method, I suspect > i'll be able to make it work once sha-256 is implemented. If it helps, I've found Mark Smith's libHash-Hmac to be quite good, his sha256 function returning the same values I get when tested against the c

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
Just so you don't get too confused -- my example script returns "OK" before checking the data details. That's because some clients pay for programming work via PayPal without any button involved, and it sends me notifications for those. You don't have to do it in that order. On 7/20/2016 1:59

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
I just turned the corner on understanding the old method, I suspect i'll be able to make it work once sha-256 is implemented. And now I _think_ I have an inkling of what you mean re: the cgi on file and back confirming the correct info. I can see more reading in my immediate future. Thank you muc

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
On 7/20/2016 11:00 AM, Mike Bonner wrote: Ah, so I need to find an updated guide. I misspoke a bit -- it's SHA-256, and the cutover is just beginning. Test systems were put in place some time ago and the full transition will be completed Sept 30. Noncompliant servers will fail after that date

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
elaar wrote: >>> >>> Mike, >>>> >>>> I do not know if this will help you further: >>>> >>>> 1. PayPal - http://www.hyperactivesw.com/cgipaypal/index.html >>>> 2. SSH - http://forums.livecode.com/viewtopic.php?f=7&t=23427 >>>

Re: paypal encrypted buttons using lc

2016-07-20 Thread J. Landman Gay
eu nl.linkedin.com/in/beugelaar -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/paypal-encrypted-buttons-using-lc-tp4706778p4706809.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecod

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
Cross-platform developer >> >> www.solidit.eu >> nl.linkedin.com/in/beugelaar >> -- >> View this message in context: >> http://runtime-revolution.278305.n4.nabble.com/paypal-encrypted-buttons-using-lc-tp4706778p4706809.html >> Sent from the Revolution

Re: paypal encrypted buttons using lc

2016-07-20 Thread Mike Bonner
ewtopic.php?f=7&t=23427 > > Goodluck, > Erik > > > > > > > > - > Erik Beugelaar > Cross-platform developer > > www.solidit.eu > nl.linkedin.com/in/beugelaar > -- > View this message in context: > http://runtime-revolution.278305.n4

Re: paypal encrypted buttons using lc

2016-07-20 Thread beugelaar
laar -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/paypal-encrypted-buttons-using-lc-tp4706778p4706809.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-live

paypal encrypted buttons using lc

2016-07-16 Thread Mike Bonner
Does anyone have experience using LC and openssl to create encrypted paypal buttons? If so, any chance I could see some sample code? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo