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,…
Cronjobs in distributed environments – Cronlock using NFS/External mount
Have you ever in a situation where you have multiple backend servers and your cronjob is scheduled in one server…
PHP MySQLi Wrapper Class Update
Last December, I wrote a simple and easy to use PHP MySQLi wrapper class inspired from the simplicity of Code…
How I reduced the docker image size by up to 70%?
One of the internal php projects that I manage, was using Ubuntu base for php/apache (Dockerfile available on Github) This…