This is a simple php function for hashing a plain text password so that it can be saved into the database securely.
Related Posts
Passing Zend Certification Exam, Here is the tip!
Yesterday, December 8th, 2014 I took the Zend Certification exam and passed. The latest version of the Zend exam is…
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.…
MySQLi Wrapper for PHP
I was very much interested in the database class of CodeIgniter, especially the Active Records. I was quite satisfied with…