For one of the Games developed for iPhone, we had a requirement of sending data over http. and the sender needed to be verified (authenticity) & correctness of the data (data integrity) was to be checked. We solved it by using SHA_256 and Hmac . This is how we did it. on the Objecive-C side [...]
Posts Tagged ‘Objective-C’
Objective-C SHA HMAC PHP – sending data with signature
Posted: February 19, 2011 by Giju Eldhose in Tech BlogTags: HMAC, IOS, Objective-C, PHP, Security, SHA
2
Trust me, Objective-C is not that hard / bad.
Posted: November 26, 2010 by Giju Eldhose in Tech BlogTags: Apple, IOS Development, Objective-C
Disclaimer : I am not trying to infect your thoughts with a particular language is good or another is bad, I am just trying to help those people who feel that initial discomfort in getting introduced with Objective-C. If you are new to IPhone Application Development and Objective-C, there might be a period when you [...]