The Following sample code shows the MD5 functions usage in MySQL to encrypt your password fields
Now let's insert a record with MD5 applied to the password field.
mysql> INSERT INTO user_md5 VALUES ('member1',MD5('secretpassword') );
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment