This is a simple php function for hashing a plain text password so that it can be saved into the database securely.
Related Posts
MySQLi Wrapper for PHP
I was very much interested in the database class of CodeIgniter, especially the Active Records. I was quite satisfied with…
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…
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…