You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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!
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
The text was updated successfully, but these errors were encountered: