I have a slight issue with md5 hashing
I can happliy has a password and put it in the database. However when i want to update the password i need to pull the hashed pwd from the database and convert it back to it's original state (i.e unhashed)
Been rackinh my brains. But to not avail
i.e. if password is 'gary' it goes into the database as
1d5b9bc9f82aa7c6f5e70e245e05cdd4
.
When i wish to update the pwd i need the original pwd (gary) to appear not the hashed version.
Any help would be greatly received.
Thanks
Gary