Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: 5.0
Choose a base branch
from

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.

None yet

2 participants