views:

83

answers:

1

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
Thanks a lot Graham
talktobijju
Thannk you so m uch Graham, it works......
talktobijju
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
plz give vote to my question coz m no longer to ask a single question
talktobijju