G girish.sj macrumors newbie Original poster May 21, 2009 16 0 May 28, 2009 #1 Does iphone SDK support SHA encryption and decryption algorithms
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge May 28, 2009 #2 SHA is a family of hash functions, not a means of encryption/decryption. The SDK supports public- and symmetric-key cryptography, but you really ought to understand cryptographic primitives before you start using them.
SHA is a family of hash functions, not a means of encryption/decryption. The SDK supports public- and symmetric-key cryptography, but you really ought to understand cryptographic primitives before you start using them.
G girish.sj macrumors newbie Original poster May 21, 2009 16 0 May 28, 2009 #3 Thanks for reply Actually, I am looking for SHA hashing functions, I need a image icon to be converted into SHA format.
Thanks for reply Actually, I am looking for SHA hashing functions, I need a image icon to be converted into SHA format.
J jnic macrumors 6502a Oct 24, 2008 567 0 Cambridge May 28, 2009 #4 http://developer.apple.com/iphone/l...eptual/ManPages_iPhoneOS/man3/CC_SHA.3cc.html
G girish.sj macrumors newbie Original poster May 21, 2009 16 0 May 28, 2009 #5 it is very helpful thank you