![]() |
Sergey Kornilov admin 12/10/2014 |
Hashing is one-way operation, you cannot re-hash existing passwords. What you can do is to make users reset their passwords using a new hashing algorithm when they enter a new password. You can expect a reasonable amount of work in order to implement it properly. You need to be able to support both hashing algorithms till all users are converted. |