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,…
Azure AKS – Kubernetes Dashboard with RBAC Enabled
If you have recently deployed a kubernetes instance on Azure, you might have noticed that if you have selected RBAC…
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…
Graylog Standalone on Ubuntu Installation
Graylog is a log aggregation tool. Installing and setting up graylog is pretty straightforward. Here is a simple guide to…