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…
MySQLi Wrapper for PHP
I was very much interested in the database class of CodeIgniter, especially the Active Records. I was quite satisfied with…