I have a database on my webserver containing a table with two columns called username and password. I want these two columns to be encrypted, that is when a user registers his or her information shouldn't be stored in plain text (I guess).
Is there any way I can encrypt this information so that a person that manages to get into my database via the internet can't read the contents of these columns without problems?
I use ASP for my server side programming if that information affects the answer to my question.
I have googled for an answer but haven't found any useful info.
Is there any way I can encrypt this information so that a person that manages to get into my database via the internet can't read the contents of these columns without problems?
I use ASP for my server side programming if that information affects the answer to my question.
I have googled for an answer but haven't found any useful info.