How to calculate the MD5 in objective C ?
feedback
|
|
md5 is available on the iPhone and can be added as an extension for ie MyExtensions.h
MyExtensions.m
EDITAdded NSData md5 because I needed it myself and thought this is a good place to save this little snippet... | |||||
feedback
|
|
This has been asked before here on stackoverflow: | |||
|
feedback
|
|
If anyone was looking for a solution to this for a REST API implementation, like I was for hours. You can check out my blog for the solution. I was able to produce a correctly formatted utf-8 MD5 hash all in lower case using a class method that I produced. see it here | |||
|
feedback
|