This is a simple php function for hashing a plain text password so that it can be saved into the database securely.
Related Posts
PHP code to check if a domain is enrolled in Incapsula WAF
Incapsula is a WAF service from Imperva. The company that I currently work for, is one of their biggest customers.…
PHP MySQLi Wrapper Class Update
Last December, I wrote a simple and easy to use PHP MySQLi wrapper class inspired from the simplicity of Code…
PHP MySQLi Wrapper Class Complex WHERE
If you have ever had a chance to use a PHP active record class for MySQL, you would notice that…