Forums

ASP

This topic is locked

Password Field Encryption

Posted 10 Oct 2009 21:07:50
1
has voted
10 Oct 2009 21:07:50 dave blohm posted:
I want the password field in my users db encrypted. Best way to do this?

Using classic asp and ms sql 2008

thanks

Replies

Replied 11 Oct 2009 01:34:20
11 Oct 2009 01:34:20 Patrick Julicher replied:
Hi Dave,

SQL server does not offer the possibility for encrypting the content of fields. If you would like to store encrypted information in your database, you'd have to make sure the encryption takes place before the info is saved in the DB.

Kind regards, Patrick
Replied 11 Oct 2009 01:50:12
11 Oct 2009 01:50:12 dave blohm replied:
so derive my own algorithm and run passwords through it going into and out of the db? thats what i as afraid of...not a big deal...just more coding than i was hoping for

thanks!
Replied 11 Oct 2009 09:18:07
11 Oct 2009 09:18:07 Patrick Julicher replied:
Hi Dave,

Just Google for "SQL encrypted field". I came across multiple freeware encryption possibilities. Good luck!

Kind regards, Patrick

Reply to this topic