Menu

#1 Encrypt passwords

open
nobody
None
5
2008-09-28
2008-09-28
S Vickers
No

I think it would be better practice to encrypt the passwords before they are stored in the database so that they are not human readable. For example, performing an MD5 transformation on new passwords and saving the result in the database is one way of achieving this. When authorising a user the password entered would also be transformed before being compared with the database value.

Discussion


Log in to post a comment.