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,…
Automatically update running docker container with the latest image
Watchtower is an open-source tool that scans the running container and restarts those containers with the same parameters if it…
MySQLi Wrapper for PHP
I was very much interested in the database class of CodeIgniter, especially the Active Records. I was quite satisfied with…
Monitor Apache using monit
Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and…