Salting and Hashing Passwords using Linq To SQL
13:28 24 Feb 2009

I need to salt and hash some passwords so that I can store them safely in a database. Do you have any advice or ideas as to how best to do this using Linq To SQL?

c# .net database linq-to-sql