Re: Android Keystore signing problem

2020-12-22 Thread scott--- via use-livecode
Thank you, Panos. — Scott > On Dec 21, 2020, at 11:38 PM, panagiotis merakos via use-livecode > wrote: > > Hello Scott, > > When adding breakpoints in IDE scripts, you also need to do (in the msg > box): > > put true into gRevDevelopment > > otherwise breakpoints won't be respected. > >

RE: Android Keystore signing problem

2020-12-22 Thread Ralph DiMola via use-livecode
Scott, Well thanks to Panos also. Two other options are to edit the script and add a "put" or an "answer". This edit will disappear after an LC restart. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: Rer: Decrypt problem on Windows solved

2020-12-22 Thread Bob Sneidar via use-livecode
I get a user entered password and encrypt it before storing it. It works cross platform. I suppose it would depend on what is in the original string. For instance option-v produces a checkmark on a Mac, but NOT on a PC and I assume Linux. Normal ASCII-256 characters should work fine. Bob S

Re: Secure connection to server

2020-12-22 Thread Bob Sneidar via use-livecode
I created a simple client and server stack combo that uses sockets to pass an encrypted stream of data back and forth. I have been meaning to implement it for the very reasons you suggest, but since the nature of the data doesn’t demand it, and since I develop basically gratis for the company I

RE: Secure connection to server

2020-12-22 Thread Ralph DiMola via use-livecode
I'm able to have the socket client and server on the same device. (Win 10) Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar via use-livecode

Re: Secure connection to server

2020-12-22 Thread Bob Sneidar via use-livecode
Hmmm… didn’t work on my Mac. Not sure why, it may be something I did. Bob S On Dec 22, 2020, at 1:48 PM, Ralph DiMola via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I'm able to have the socket client and server on the same device. (Win 10) Ralph DiMola IT Director Evergreen

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread Bob Sneidar via use-livecode
What he said. The promise of creating standalones and encrypted stacks containing code sounds promising, but there are caveats. It begs the question, how do we encrypt script only stacks or libraries? I don’t use encrypted stacks because my code is for internal use only, but if I ever went

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread Trevor DeVore via use-livecode
On Tue, Dec 22, 2020 at 3:23 PM Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > What he said. The promise of creating standalones and encrypted stacks > containing code sounds promising, but there are caveats. It begs the > question, how do we encrypt script only stacks or

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread Bob Sneidar via use-livecode
Hmmm… Isn’t Levure almost completely based on script only stacks? Bob S > On Dec 22, 2020, at 4:09 PM, J. Landman Gay via use-livecode > wrote: > > Unless you specifically need text files for git or some other reason, you > don't really need script-only stacks. Put the script in a button

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread Curry Kenworthy via use-livecode
Bob: > The promise of creating standalones and encrypted stacks > containing code sounds promising, but there are caveats. Just like anything else - you have to learn the ropes. First time at any task can present some challenges. For those in the habit of encrypting stacks, it comes more

Re: Secure connection to server

2020-12-22 Thread Bob Sneidar via use-livecode
I think I remember why I couldn’t do it. I was using the loopback connector for some reason. Bob S On Dec 22, 2020, at 2:21 PM, Ralph DiMola via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Tried it on Mac (Mojave) and it worked. Though I did have to use the IP address rather

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread J. Landman Gay via use-livecode
Unless you specifically need text files for git or some other reason, you don't really need script-only stacks. Put the script in a button and then put it in use or use it as a backscript. It will be encrypted when the stack is. Another advantage to keeping scripts in the stack is that they

RE: Secure connection to server

2020-12-22 Thread Ralph DiMola via use-livecode
Tried it on Mac (Mojave) and it worked. Though I did have to use the IP address rather than the Mac's name in the client. I wonder what I'm doing wrong? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread J. Landman Gay via use-livecode
Trevor uses git, which is why script-only stacks were invented. The LC team uses git too. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 22, 2020 6:24:22 PM Bob Sneidar via use-livecode wrote: Hmmm… Isn’t Levure almost

Re: Encrypting Stack Breaks Field References

2020-12-22 Thread J. Landman Gay via use-livecode
Rather, I didn't mean the team invented script-only stacks for Trevor in particular, but rather than they moved to git and needed text files. English is such a positional language. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On