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,…
Cronjobs in distributed environments – Cronlock using NFS/External mount
Have you ever in a situation where you have multiple backend servers and your cronjob is scheduled in one server…
Setup graylog locally on Windows/Linux/Mac
Here is the quickest way to deploy a development version of the Graylog instance locally on your desktop machine. Prerequisites…
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…