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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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>).