Nathan Given
2003-07-09 18:16:03 UTC
I've spent some time looking over past postings, I can't find anything
super useful...
I just want to hash my already existent password field (it is a text
field) into a new field using a one way md5 hash technique (in fact,
it needs to be the same one as mysql uses, is this possible?).
When I built the database I didn't know I could hash passwords... so
that is why I need to convert all the old passwords into hashed
passwords.
How do I do this? Is there something I can download somewhere?
Thanks!
--
Nathan
super useful...
I just want to hash my already existent password field (it is a text
field) into a new field using a one way md5 hash technique (in fact,
it needs to be the same one as mysql uses, is this possible?).
When I built the database I didn't know I could hash passwords... so
that is why I need to convert all the old passwords into hashed
passwords.
How do I do this? Is there something I can download somewhere?
Thanks!
--
Nathan