Possible Duplicate:
How to best store user information and user login and password
Best way to store password in database
I'm looking for the best methods to securely store passwords on a web-based application using C# and MySql.
I'd love any advice on the best way to implement this, if there are existing dll's i can tap into or things already built into the .net framework.
Also - i'm looking for the way to best store the password while following PCI compliance rules.
Thanks very much... Loren