What is the mest way to store a password in the database? Right now I am using MD5, but I have read that is not the best.
I don't want to use the asp.net membership tables either.
So what are some ways to do this and what would the columns data type be in the database?
Go to the complete details ...