Using passwords and Encryption
Posted: Tue Mar 19, 2013 10:01 am
Hi all,
I need a couple of pointers (and probably a better understanding of LC in general!).
I have been asked to write a basic iOS app that uploads a picture taken on the phone. Very simple. However, the app must use a pre-existing username and password to login.
They are stored in a mySQL DB table as text, getting access to them is no problem but - how can I use LC to decode the MD5 created by PHP?
I know a couple of the passwords but when I use MD5Digest the strings do not compare. I'm clearly missing something - any pointers?
Thanks!
I need a couple of pointers (and probably a better understanding of LC in general!).
I have been asked to write a basic iOS app that uploads a picture taken on the phone. Very simple. However, the app must use a pre-existing username and password to login.
They are stored in a mySQL DB table as text, getting access to them is no problem but - how can I use LC to decode the MD5 created by PHP?
I know a couple of the passwords but when I use MD5Digest the strings do not compare. I'm clearly missing something - any pointers?
Thanks!