I would like to change my MembershipProvider to use the SHA256 algorithm instead of the SHA1 algorithm. The problem is that the database already has SHA1 hashes of passwords stored. Is there any way to have the framework handle updating the hashes after I change the algorithm I'm using, or will I have to handle this myself?
↧