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,…

Setup scalable graylog on Azure Kubernetes (AKS) with Private IP and Nginx Ingress Controller
Recently I have been tasked with standing up a graylog cluster for our new development team. Even though I have…
Bash – Extract IP, Count Unique IPs and Sort
Given the apache access_log file content, to get the number of unique IPs use the following command
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…