|
|
|
|
|
by kevin_thibedeau
3654 days ago
|
|
> How long would it take to implement a change which updates the hashing algorithm for new logins while still using the old algorithm for old logins? As long as you remember to store the cost parameter along with each hash it's just a matter of increasing the default cost and reusing the old ones. |
|