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

How do you check if password needs re-hash? #99

Closed
nicgene opened this issue Apr 23, 2019 · 2 comments
Closed

How do you check if password needs re-hash? #99

nicgene opened this issue Apr 23, 2019 · 2 comments
Labels

Comments

@nicgene
Copy link

nicgene commented Apr 23, 2019

Is there any way to check if the hash implements the algorithm?

I've done it in other languages.
https://www.php.net/manual/en/function.password-needs-rehash.php

@Uzlopak
Copy link

Uzlopak commented Jan 9, 2022

The only case I can think of is, when you increase the saltrounds, that you check if the given hash is lower than the desired hash. If so, rehash with more rounds and same salt...

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!

@github-actions github-actions bot added the stale label Feb 23, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants