Re: Encrypt data iOS

2014-03-01 Thread Jim sims
Thanks Peter, will see if the new LC gets here in time. sims On Saturday, March 1, 2014, Peter M. Brigham wrote: > If you're caught short, Richard Gaskin has a pair of LC functions > (fwPack/fwUnpack) that will compress and encrypt any files for internet > transmission. They use SHA-1 encryptio

Re: Encrypt data iOS

2014-03-01 Thread Peter M. Brigham
If you're caught short, Richard Gaskin has a pair of LC functions (fwPack/fwUnpack) that will compress and encrypt any files for internet transmission. They use SHA-1 encryption, not industrial level but pretty good security for most things. -- Peter Peter M. Brigham pmb...@gmail.com http://ho

Re: Encrypt data iOS

2014-03-01 Thread Jim sims
Thank You Klaus! Phew, in the nick of time ... Maybe. ;-) sims On Saturday, March 1, 2014, Klaus major-k wrote: > Hi sims, > > Am 01.03.2014 um 16:17 schrieb Jim sims > >: > > > I want to encrypt a file on an iPhone and hopefully Android device then > > send that encrypted file via email (per

Re: Encrypt data iOS

2014-03-01 Thread Klaus major-k
Hi sims, Am 01.03.2014 um 16:17 schrieb Jim sims : > I want to encrypt a file on an iPhone and hopefully Android device then > send that encrypted file via email (person on other end will have a > deception app to then read it). I do have a commercial not community > version of LC. > > Is this p

Encrypt data iOS

2014-03-01 Thread Jim sims
I want to encrypt a file on an iPhone and hopefully Android device then send that encrypted file via email (person on other end will have a deception app to then read it). I do have a commercial not community version of LC. Is this possible? Is it scheduled to appear soon? If not possible soon wh