Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gowdalokeshs

macrumors member
Original poster
Aug 31, 2010
32
0
bangalore
Hi,

I am developing one application, where i need to send the password to the remote server using encryption technique. The encryption technique used must be a combination of total hash + salt algorithm. Is there any idea to implement this technique in objective C.

Waiting for your reply....
 
Is there any idea to implement this technique in objective C.

You can implement it in Objective-C if you want. Alternatively, you can implement it in C (or re-use an existing implementation). Objective-C is a superset of C, so there are no problems in calling C functions from Objective-C code.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.