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