simple-blog-part-1-build icon indicating copy to clipboard operation
simple-blog-part-1-build copied to clipboard

Update to the Password hashing mechanism

Open Autonetic opened this issue 11 months ago • 0 comments

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

Autonetic avatar Nov 10 '24 02:11 Autonetic