Convert ASP.NET membership system to secure password storage

Posted by wrburgess on Stack Overflow See other posts from Stack Overflow or by wrburgess
Published on 2010-03-11T22:31:17Z Indexed on 2010/04/19 15:03 UTC
Read the original article Hit count: 262

I have a potential client that set up their website and membership system in ASP.NET 3.5. When their developer set up the system, it seems he turned off the security/hashing aspect of password storage and everything is stored in the clear.

Is there a process to reinstall/change the secure password storage of ASP.NET membership without changing all of the passwords in the database? The client is worried that they'll lose their customers if they all have to go through a massive password change.

I've always installed with security on by default, thus I don't know the effect of a switchover. Is there a way to convert the entire system to a secure password system without major effects on the users?

© Stack Overflow or respective owner

Related posts about asp.net-membership

Related posts about password-protection