Answer the question
In order to leave comments, you need to log in
Password hashing in php 5.2.3 with password_hash(), is it real?
Good afternoon. I use the functions for hashing and checking the password:
password_hash ()
and
password_verify ()
And everything was fine until the task was set to transfer the project to the hosting, where the php version is 5.2.3 (there is no possibility to change the version). PHP version 5.5 is required for these functions to work. I went online looking for a solution to this problem. The only one I found is the library - password_compat , but it requires 5.3 =\ Is there any other way or library to use these functions on php 5.2.3? Or am I doomed to redo registration and authorization?
Answer the question
In order to leave comments, you need to log in
Is there any other way or library to use these functions in php 5.2.3? Or am I doomed to redo registration and authorization?For updating PHP. Currently, the minimum fully supported version of PHP is 5.5.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question