I am having one UITextField label as Password and Username. I have to convert UItextField (input from the keyboard) to MD5 and store it to another UITextfield. Code would be appreaciated.
+1
A:
Have a look at the documentation for OpenSSL, which is part of the iOS SDK. It contains a very simple MD5 hashing function called MD5()
(it's in <openssl/md5.h>
).
Graham Lee
2010-07-27 08:02:08
Thanks a lot Graham
talktobijju
2010-07-27 09:36:11
Thannk you so m uch Graham, it works......
talktobijju
2010-07-28 06:13:10
plz accept my questions plz coz whenever i ask any question regarding iPhone this msz appear on the screen "Sorry, we are no longer accepting questions from this account. "
talktobijju
2010-08-16 13:52:56
plz give vote to my question coz m no longer to ask a single question
talktobijju
2010-08-17 05:45:57