Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Encrypted fields in SQL server 2000

Status
Not open for further replies.

varshan09

Programmer
Oct 28, 2003
45
0
0
IN
Is there any way to specify any column as encrypted in SQL server 2000?

We have the requirement of storing passwords in the table and we want to store enrypted values of the passwords.

Any pointers will be appreciated!

Thanks
Varsha
 
Not natively. You will need to encrypt the values in your application before inserting them into the db.

--James
 
There are some 3rd party tools that help you do that, if the databases and applications already developed, and want the encryption-decryption to be "a black box".
For example, I've tested DBEncrypt tool for a big bank that didn't want the application to deal with the encryption-decryption thing:



"A long life is when each day is full and every hour wide!"
(A Jewish Mentor)
M. [hourglass]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top