Re: Encrypt/decrypt availability in server / devices

2013-10-08 Thread Mike Kerner
Christer, Actually, come to think of it, encrypting/decrypting on ios requires mergAES - sorry, I was sleepy yesterday. On Tue, Oct 8, 2013 at 1:10 AM, Christer Pyyhtiä chris...@mindcrea.comwrote: Encrypting both in the device and in LC server makes sense in case you have literals in

Encrypt/decrypt availability in server / devices

2013-10-07 Thread Christer Pyyhtiä
Are there any plans to get encrypt/decrypt available in iOS/Android and server (actually could be there but haven't tried)? rgds christer ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Mike Kerner
I can't speak for server, but it works on ios, with the caveat that in certain cases I've had to bit16 encode the encrypted file. On Mon, Oct 7, 2013 at 3:23 AM, Christer Pyyhtiä chris...@mindcrea.comwrote: Are there any plans to get encrypt/decrypt available in iOS/Android and server

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Vaughn Clement
Hi OK I can't think of any reason to encrypt a binary file for an iTunes app??? Help me to understand why this would be required? Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Andrew Kluthe
They are referring to the ability to pragmatically encrypt/decrypt other files, not the binary or script passwords. On Mon, Oct 7, 2013 at 6:21 PM, Vaughn Clement vclem...@gmail.com wrote: Hi OK I can't think of any reason to encrypt a binary file for an iTunes app??? Help me to understand

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Vaughn Clement
Hi Just wondered and that makes sense. Thank you Vaughn Clement Apps by Vaughn Clement (Support) *http://www.appsbyvaughnclement.com/tools/home-page/* Skype: vaughn.clement https://secure.join.me/appsbyvclement FaceTime: vclem...@gmail.com LogMeIn also avaialble Call on ooVoo at address:

Re: Encrypt/decrypt availability in server / devices

2013-10-07 Thread Christer Pyyhtiä
Encrypting both in the device and in LC server makes sense in case you have literals in variables you do want to protect. Typically arrays are continuous memroy areas that can be hacked into. There are different needs for different types of applications to protect contents. All data and