Hacker News new | ask | show | jobs
by IshKebab 272 days ago
There's no need to rescan. You just need to use a secure hash.
1 comments

Secure for now, rather. A solid game plan would be to have your code base set up to easily swap in a new hashing method when called for. I believe Django automatically promotes passwords stored with insecure hashes to secure ones the next time a user logs in.
Yeah not really an issue for a cache since you can just invalidate the cache when you change algorithm.