S
S
Sergei2015-06-01 09:21:10
PHP
Sergei, 2015-06-01 09:21:10

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

4 answer(s)
S
sbh, 2015-06-01
@Neversmille

www.openwall.com/phpass

M
Mykola, 2015-06-01
@iSensetivity

https://github.com/ircmaxell/password_compat
PHP equivalent.

O
OnYourLips, 2015-06-01
@OnYourLips

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.

P
Puma Thailand, 2015-06-01
@opium

And the point is to put the project on the ancient php.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question