simple-blog-part-1-build
simple-blog-part-1-build copied to clipboard
Update to the Password hashing mechanism
Updated the class.password.php file to use PHP's builtin password_hash() function, removing old code which was tested not working.
This was just a quick work around, however it is perfect for use in php 8.0 and above.
Please feel free to update anything that I might have missed, I'm still considering cleaning up the old algo verification functions too...