What method is best suitable theses days for saving salted/hashed passwords in a database? I am thinking about BCrypt or SHA51 or PBKDF2, which one is best suited?
And someone please tell me how to implement them in Mysql database using Asp.net in C#.