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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I'm faced with the need to do encry

Status
Not open for further replies.
Joined
Sep 20, 1999
Messages
3,824
Location
US
I'm faced with the need to do encryption on our SQL data. What sorts of options are available for the following scenarios?

1) Encrypting the database file (options besides Win2k EFS).

2) Encrypting the datastream to and from a COM server. (less critical)

3) Encrypting the data when it is backed up to tape. (We currently use Veritas BackupExec)

I'm being told that encryption on all these three levels is 'standard' among 'serious' shops. If this is true, how is it being accomplished?

TIA

ShackDaddy
 
from what I have heard it isnt all that standard. But if you want to you can use/look at the crypto-API (look around microsofts web site.)
If you do encryption either on the front end or with extended stored procedures, the data will be encrypted both on the disk and on backups. If you do it on the front end it will be encrypted in transit. Alittle hard though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top