Re: NSConnection timeouts
Re: NSConnection timeouts
- Subject: Re: NSConnection timeouts
- From: Andrew James <email@hidden>
- Date: Thu, 16 Aug 2007 21:23:13 +0930
The problem with OpenSSL is that my applications server and client
are available for everyone, so the data would be unsecure as everyone
would have the private keys.
On 16/08/2007, at 6:41 AM, Andrew Farmer wrote:
On 15 Aug 07, at 02:15, Jacob Engstrand wrote:
15 aug 2007 kl. 10.09 skrev Andrew James:
PS. Where is a good place to learn about network encryption for
the data i send
If you just want to encrypt data in general, I can recommend TEA
which is a fast and simple algorithm. I've used it with great
success:
If you're after encrypting network traffic, I recommend OpenSSL.
While TEA is a reasonable encryption algorithm (provided that
you're aware of the cryptanalytic attacks against it), it makes no
provision for key exchange or authentication - all things you'd
want to do for "network encryption". Even if you're just interested
in encrypting local data, OpenSSL has a large library of
cryptographic primitives.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden