So I dont know whats going on but heres some fun for you. If I do this
return bcrypt('hello'); exit(); and run it 3 times this is what I get back:
1st : $2y$10$T11IfKkHIAIXi0SRhjMXKeSQQtze8zBVZnWdlRXfsSdcCXKIq/n7W
2nd: $2y$10$DpKVtgbF4OVa3jm.wdG5..jb9AvXsuo2EfqnjuzmsEVCmcOVr5nKq
3rd: $2y$10$0.ziFneJu0wrS2b3rHA6kucnGBkS2MRtgfp0gtEb/7ZOCV8dG3Mmq
I'm stumped. Worked in laravel 5.1 - Don't know if it's my fault or not. and sorry. Anyone else having this issue? Is there a fix for it?
Doesn't matter much if I get a answer, 5.2 is shite not very good and I'm moving back to laravel 5.1 since A) its more stable and B) It was developed before Taylor Otwell let Gibbons in on the project. Just though I'd ask incase someone came across this and fixed it for other peeps.
md5or something like that this is the same way passwords are calculated in Linux you can still Auth fine with them but it depends on what your trying to do.Hash::checkfunction a simple string comparison isn't going to cut it.