Welcome Guest, Not a member yet? Register   Sign In
codeigniter-user auth library v. 1.4
#5

[eluser]Waldir Bertazzi Junior[/eluser]
Hi,
Sorry for the late answer.

@Jan_1
That is the old way of dealing with bcrypt availability.
Most PHP installations come with bcrypt already installed. So you can remove that if statement and check if it works.
Actually, this library is pretty old (it was writen 3 years ago) when bcrypt installations weren't common.

In PHP version >= 5.5.0 there is the password_hash function which is actually a better way to hash passwords. For compatibility purposes I'll still use this library until version 5.5 is more popular.


@denis.martin
That was a mistake I made when committing, sorry. The commited version is fixed.


Thanks and again sorry for the late answer!


Messages In This Thread
codeigniter-user auth library v. 1.4 - by El Forum - 02-07-2014, 02:21 PM
codeigniter-user auth library v. 1.4 - by El Forum - 03-16-2014, 12:53 PM
codeigniter-user auth library v. 1.4 - by El Forum - 03-30-2014, 11:13 AM
codeigniter-user auth library v. 1.4 - by El Forum - 04-23-2014, 11:44 PM
codeigniter-user auth library v. 1.4 - by El Forum - 05-14-2014, 10:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB