|
|
|
|
|
by riquito
3991 days ago
|
|
AFAIK you store the hash along the algorithm/parameters you used to generate it. To update the hash you wait for the user to log in and... 1. check if the stored hash is identical to the hash you generate on fly using the old algorithm 2. create a new hash using the new algorithm and substitute both the old hash and the old informations about the algorithm/parameters What's the trivial way to achieve it without the user logging in? |
|
I'm not aware of any currently recommended algorithm that does this, though. The original passphrase usually goes into each and every iteration, not just the first round.