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 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
 processing of data of your customer, either in the device or in server must
 be adequately protected.

 rgds


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 (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 and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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
https://secure.join.me/appsbyvclement
FaceTime: vclem...@gmail.com
LogMeIn also avaialble
Call on ooVoo at address:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=addpid=41


On Mon, Oct 7, 2013 at 1:40 PM, Mike Kerner mikeker...@roadrunner.comwrote:

 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.com
 wrote:

  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 and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 



 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 why this would be required?

 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:  vaughnclement or 9282549062
 Ph. 928-254-9062
 Cloud Hosting Registration Web Site:
 https://my.oditech.com/cart.php?a=addpid=41


 On Mon, Oct 7, 2013 at 1:40 PM, Mike Kerner mikeker...@roadrunner.com
 wrote:

  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.com
  wrote:
 
   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 and manage your
   subscription preferences:
   http://lists.runrev.com/mailman/listinfo/use-livecode
  
 
 
 
  --
  On the first day, God created the heavens and the Earth
  On the second day, God created the oceans.
  On the third day, God put the animals on hold for a few hours,
 and did a little diving.
  And God said, This is good.
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
Regards,

Andrew Kluthe
and...@ctech.me
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=addpid=41


On Mon, Oct 7, 2013 at 4:50 PM, Andrew Kluthe and...@ctech.me wrote:

 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 why this would be required?
 
  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:  vaughnclement or 9282549062
  Ph. 928-254-9062
  Cloud Hosting Registration Web Site:
  https://my.oditech.com/cart.php?a=addpid=41
 
 
  On Mon, Oct 7, 2013 at 1:40 PM, Mike Kerner mikeker...@roadrunner.com
  wrote:
 
   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.com
   wrote:
  
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 and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
   
  
  
  
   --
   On the first day, God created the heavens and the Earth
   On the second day, God created the oceans.
   On the third day, God put the animals on hold for a few hours,
  and did a little diving.
   And God said, This is good.
   ___
   use-livecode mailing list
   use-livecode@lists.runrev.com
   Please visit this url to subscribe, unsubscribe and manage your
   subscription preferences:
   http://lists.runrev.com/mailman/listinfo/use-livecode
  
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 



 --
 Regards,

 Andrew Kluthe
 and...@ctech.me
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 processing of data of 
your customer, either in the device or in server must be adequately protected.

rgds


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode