I am trying to authenticate users against a sql server db. I dont want to store peoples passwords in plain text in the db because I dont know who will be accessing it in the future. How can I avoid this? ANyone have some sample code for using SHA or something like that? Would I have to add another field in my db for the salt?