Replies: 1 comment 3 replies
-
|
That's a good point, however difficult to implement. If it becomes a real issue for you please do open up a feature request :) If it's just theoretical we will need to keep it on the long list of things to do at some point :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that Kratos will migrate hashed password between different hashing algorithms (https://github.com/ory/kratos/blob/master/selfservice/strategy/password/login.go#L81), but it seems it won't update the hash if e.g. Argon2 parameters are changed. Let's say I increase Argon2 parameters, because previous ones were too weak. Or maybe I decrease them, because I keep running out of memory/CPU. Shouldn't we also migrate hashes in that situation?
Beta Was this translation helpful? Give feedback.
All reactions