Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[5.0] Remove missing phpass in favour of Laravel support hash#576

Open
TheoKouzelis wants to merge 2 commits intocorcel:5.0from
Wirebox:hotfix/5.0-broken-dependency
Open

[5.0] Remove missing phpass in favour of Laravel support hash#576
TheoKouzelis wants to merge 2 commits intocorcel:5.0from
Wirebox:hotfix/5.0-broken-dependency

Conversation

@TheoKouzelis
Copy link

@TheoKouzelis TheoKouzelis commented Sep 14, 2021

Phpass has been deleted. But upon investigating the package, it seems it's main purpose is to support strong hasing in php versions less than 5.5 https://www.openwall.com/phpass/. Since this package requires php 7.3. I don't think the dependency is required.

Phpass has been deleted. But upon investigating the package, it seems
it's main purpose is to support strong hasing in php versions less than
5.5 https://www.openwall.com/phpass/. Since this package requires
php 7.3. I don't think the dependency is required.
@TheoKouzelis TheoKouzelis changed the title Remove missing phpass in favour of Laravel support hash [5.0] Remove missing phpass in favour of Laravel support hash Sep 14, 2021
@TheoKouzelis
Copy link
Author

Thinking about it, this will probably invalidate existing hashes stored in databases.

@jgrossi
Copy link
Member

jgrossi commented Sep 16, 2021

thanks for the PR and good catch. it seems the fact that it will invalidate existing hashes in DB might be a blocker tbh, but nothing we can't investigate and check if that will happen actually. if you can check I'd appreciate it.

I'm gonna try to do the same ASAP

@jgrossi jgrossi mentioned this pull request Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants