This is a simple php function for hashing a plain text password so that it can be saved into the database securely.
Related Posts
Backblaze B2 + RClone for power users – automatically backup data to cloud – encrypted
Backblaze offers cost effective object storage solution that can be used to storage your files securely. Backblaze has two products,…
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 Update
Last December, I wrote a simple and easy to use PHP MySQLi wrapper class inspired from the simplicity of Code…
Mount an ISO image under Linux
You can mount an ISO images via the loop device under Linux. You need to use mount command as follows…