Strong Encryption

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Strong Encryption

Post by CALL-151 » Sat Sep 10, 2011 9:14 pm

I need to encrypt data files to be shared via iTunes using a strong encryption algorithm (e.g. AES-128 or better). The current iOS version (4.6.3) doesn't support the SSL & Encryption libraries required to use the Encrypt/Decrypt commands, and I imagine this isn't high on the list of priorities for future releases. Is anyone aware of another solution?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Strong Encryption

Post by Mark » Mon Sep 19, 2011 8:23 pm

Hi,

It should be possible to make an external for this.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Strong Encryption

Post by Simon » Wed Sep 21, 2011 4:08 pm

I need encryption as well.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply