Closed moan0s closed 3 years ago
Use suitable hashing-algorithms like: https://www.php.net/manual/en/function.password-hash.php
Done with 4fcea078eb3b68164730f97179922c52ca2ce40b Upon login of a user the md5 hash gets replaced with a secure hash. Backwards compatibility must be kept as some users do not login for a long time.
Use suitable hashing-algorithms like: https://www.php.net/manual/en/function.password-hash.php