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,…
Monitor Apache using monit
Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and…
One-off cronjob container on Docker Swarm
Docker containers are good for running small tasks due to the size and memory requirement for running in a server.…
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…