Re: WordPress/PHP

2019-03-04 Thread Peter Bogdanoff via use-livecode
Hi Tom and all, An update—the people at the remote end (actually in China) have gotten someone else on the case, whom it seems will be a better fit to work with our guy here to try to solve the problems. Previously, there was language/communication difficulties and we were getting nowhere, and

Re: WordPress/PHP

2019-03-04 Thread Tom Glod via use-livecode
hey peter, i work with wordpress and php all the timeand lc of course i can take a shot at it.i wouldn't mind solving this for my project as well. pm me, t...@makeshyft.com On Mon, Mar 4, 2019 at 5:49 PM Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: WordPress/PHP

2019-03-04 Thread Peter Bogdanoff via use-livecode
Thanks for all the replies. The whole operation I’m describing is solely WordPress, not touching LiveCode at all. I personally have no knowledge of PHP/WordPress but am tasked with getting this problem fixed somehow. If there is someone who could talk to my guy and help him troubleshoot, we

Re: WordPress/PHP

2019-03-04 Thread JJS via use-livecode
Ok you said that the info he received was not decryptable. Can you put that info in a field in LC and then try to decrypt it, if you have the credentials? Op 4-3-2019 om 17:21 schreef prothero--- via use-livecode: Entries on the dB itself are not encrypted, so I could use Navicat to view

Re: WordPress/PHP

2019-03-04 Thread prothero--- via use-livecode
Entries on the dB itself are not encrypted, so I could use Navicat to view them. But it probably would be more secure if the entries in the dB itself were encrypted. Bill William Prothero http://es.earthednet.org > On Mar 4, 2019, at 7:07 AM, JJS via use-livecode > wrote: > > If you happen

Re: WordPress/PHP

2019-03-04 Thread JJS via use-livecode
If you happen to know the type of encryption used and also have the keys or hash, salt whatever used to decrypt it you could read out the DB value with LC and decrypt it with LC i only use PHP as middleware to communicate with MySql/MariaDB Op 4-3-2019 om 16:54 schreef Tom Glod via

Re: WordPress/PHP

2019-03-04 Thread Tom Glod via use-livecode
i remember doing a php encryption and trying to make it work with LC..it was a no gobased on some kind of padding that PHP does. I didn't have time to figure it out, so I can't help you solve it from my experience.. but .you're not going crazy...its PHP. On Mon, Mar 4, 2019 at 1:18

Re: WordPress/PHP

2019-03-03 Thread prothero--- via use-livecode
Don’t know if this will help, but I have a php script that demonstrates php encryption at: http://earthlearningsolutions.org/google-static-maps-demo/ The encryption is of traffic between LC and a php script on a server and, as an example, may help. Best, Bill William Prothero

WordPress/PHP

2019-03-03 Thread Peter Bogdanoff via use-livecode
Hi, Any PHP people on this list? A non-LiveCode problem: I have a person who has been doing some work modifying our WordPress/WooCommerce site and is having trouble communicating with an outside system (.net). He says he cannot figure out how to properly decrypt what’s being sent to him. Is