Re: Application Authentication....
Re: Application Authentication....
- Subject: Re: Application Authentication....
- From: OL&L Dev 2 <email@hidden>
- Date: Sat, 22 Nov 2003 22:46:14 -0800
I would suggest you encrypt part of the server side stuff - maybe a
header or signature - then transmit that encrypted part to your
client app which can decode it. Have the client app then verify that
the contents of the encrypted data are what is expected.
In this way you know the data is good and you know the key is good
because you embed the key in your cleint app and only the cleint app
knows what the key is. Maybe add a checksum too so that if someone
changes the server-side data, the checksums won't match.
-m
===============
At 8:26 PM -0800 11/22/03, Chewtoy wrote:
My application communicates with a php script on my server what
would be a good way to authenticate that the calls are in fact
coming from my software?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.