Posted by Pharaoh on October 12, 2010 ·
Instead of saving passwords in a plain text format in the database it’s better hashing them one thing to consider is hashing is not encrypting which means once you hashed the password you will never see the original one (theoretically)
for example if you hash the word “Pharaoh” using MD5 you will get “……………..”
now all we need to do is to [...]