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,…
Run JIRA on Budget – JIRA + Varnish + VPS = $7/mo
One of the main reasons why I like JIRA is its integration with BitBucket, the free Git repository service. Both…
Extend osDisk partition on Azure Linux CentOS 7.x VM
Azure VMs usually comes with the default osDisk 30-50GB and often you will find that needs to be increased. The…
Hashicorp Vault Systemd Startup Script
From Hashicorp Vault project documentation Starting the Server vault server -config=example.hcl With the configuration in place, starting the server is…