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

Improve hashing algorithm #28

Open
karllhughes opened this issue Mar 25, 2018 · 0 comments
Open

Improve hashing algorithm #28

karllhughes opened this issue Mar 25, 2018 · 0 comments

Comments

@karllhughes
Copy link

Sha1 is no longer considered secure. Any interest in me trying to upgrade to PHP 5.5+'s native password hashing functions?

Two things that will be challenging here:

  1. I think we can make it a non-breaking change by supporting some kind of password upgrade function.
  2. It will require PHP 5.5 unless we want to write a polyfill that works for older versions.

I know some people are stuck on old versions, but PHP 5.5 and lower are all technically end of life, so it might make sense to stop supporting older versions at some point in the interest of making this project more secure.

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

No branches or pull requests

1 participant