PHP Security – using salt to improve password protection
Passwords that your users enter to log in to your site are the most attacked piece of code traveling through the internet. Using brute force or dictionary attacks, hackers today can break some passwords, even if they are hashed using md5. Here is a quick tip on how to make hacker’s life bitter.