how to use MD5?
Posted: Sun Dec 14, 2003 1:06 pm
really noobie question i know
in mysql how do you turn a column into a MD5 hashed column for example password (<--obviously) i know how to extract it from PHP but dont know how to create one in MySQL
my password column is currently plain text, ive searched through fieldtype, varchar etc its not there, i can view what a 'item' will look like when MD5'd but thats as far as it goes
Cheers
in mysql how do you turn a column into a MD5 hashed column for example password (<--obviously) i know how to extract it from PHP but dont know how to create one in MySQL
my password column is currently plain text, ive searched through fieldtype, varchar etc its not there, i can view what a 'item' will look like when MD5'd but thats as far as it goes
Cheers