Skip to main content

I am working on a project that has to have authentication  (user name/passusername and password)

It also connects to a database, so iI figured iI would store the user nameusername and password there but. However, it seems like not such a good idea to have passwords as just a text field in a table sitting on the dbdatabase.

I'm using C# and connecting to a 2008 express server. canCan anyone suggest ( withwith as many examples as possible) what is the best way to store this type of data would be?

(i P.S I am open to the idea that this info not be stored in the dbdatabase if a good reason can be provided)

I am working on a project that has to have authentication  (user name/pass)

It also connects to a database so i figured i would store the user name and password there but it seems like not such a good idea to have passwords as just a text field in a table sitting on the db

I'm using C# and connecting to a 2008 express server. can anyone suggest ( with as many examples as possible) what is the best way to store this type of data?

(i am open to the idea that this info not be stored in the db if a good reason can be provided)

I am working on a project that has to have authentication (username and password)

It also connects to a database, so I figured I would store the username and password there. However, it seems like not such a good idea to have passwords as just a text field in a table sitting on the database.

I'm using C# and connecting to a 2008 express server. Can anyone suggest (with as many examples as possible) what the best way to store this type of data would be?

P.S I am open to the idea that this info not be stored in the database if a good reason can be provided

Post Closed as "not constructive" by casperOne
removed C# tag as nothing about the question or any answer talks about the C# specification/code
Link
balexandre
  • 75.4k
  • 47
  • 240
  • 352
Source Link
Crash893
  • 11.7k
  • 21
  • 93
  • 127

Best way to store password in database

I am working on a project that has to have authentication (user name/pass)

It also connects to a database so i figured i would store the user name and password there but it seems like not such a good idea to have passwords as just a text field in a table sitting on the db

I'm using C# and connecting to a 2008 express server. can anyone suggest ( with as many examples as possible) what is the best way to store this type of data?

(i am open to the idea that this info not be stored in the db if a good reason can be provided)