Hi
I'm looking to store some client data in an MySQL DB but secure it as MD5 hash's.
I've looked around and can find examples of writing this to the DB as MD5 so I'm Ok with that.
One of my scripts will use the stored clients ip addess, username and password from my MySQL DB and then use that to login to a remote ldap server.(different server to the one the data is stored in) This works fine..
BUT if I use MD5 hashing will I still be able to resolve the IP Address ?
Will I be able to use the hashed username and password to log into the remote ldap server ?
Thanks