Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Encryption - SQL 2000

Author  Topic 

maru
Starting Member

1 Post

Posted - 2006-03-21 : 16:20:39
Hi,
My English may not be so good at first!
I need your help, please. It's about encryption.
I know encryption in the connection in sql 2000 with ssl or multiprotocol. The communication is encrypted but not encripted data in the database, only encryption in the communication.

Is posibility Data Encryption in SQL 2000?

thank you!!!!




Thrasymachus
Constraint Violating Yak Guru

483 Posts

Posted - 2006-03-21 : 20:22:43
There is nothing built into sql server. You want to read up on public-key encryption. I have used this in the past with credit card numbers. Generally you will want the data entry app to encrypt the data by way of some compiled secure code (a dll perhaps), transmit the data via ssl to the db server where it will be stored.

====================================================
Regards,
Sean Roussy

aka the merciless black hearted capitalist troublemaker

"pimpin ain't easy, but someone has to do it" -- Pimpin Whitefolks(?)
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-03-22 : 03:58:38
maybe you need to talk to activecrypt, he is a member of this forums,(see list of members) or check out thier site at www.activecrypt.com
Go to Top of Page
   

- Advertisement -