Tag Archives: MD5
Encrypting Data Using PHP
If your database table contains user name and password, if you are storing user name and password directly into database table without encrypting it may become a problem. If any intruders hack your database they can track out secret passwords and they can misuse it. At least password field should be encrypted before it is [...]