If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > database encryption

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-07-07, 03:45
divya4k2007 divya4k2007 is offline
Registered User
 
Join Date: Jul 2007
Posts: 9
database encryption

Hi,

I am trying to encrypt my database using some softwares, For that i have to install the software and encrypt database accordingly, i have a querry that will my database remain encrypted if i uninstall the encryption software??
The software i am using are dbEncrypt,Netlib,XP_Crypt,Rsa Bsafe.

Thanx

Divya
Reply With Quote
  #2 (permalink)  
Old 08-07-07, 06:50
roac roac is offline
Registered User
 
Join Date: Mar 2007
Location: Holmestrand, Norway
Posts: 332
Quote:
Originally Posted by divya4k2007
I am trying to encrypt my database using some softwares, For that i have to install the software and encrypt database accordingly, i have a querry that will my database remain encrypted if i uninstall the encryption software??
The software i am using are dbEncrypt,Netlib,XP_Crypt,Rsa Bsafe.
Most likely yes, and depending on how "safe" the program is, you might actually end up loosing all the data, though I don't think it's very likely.

However, I would like you to think a bit whether you actually need to encrypt the database or not. Most of the time I see people ask for encryption, it's not really neccessary. One of there rare instances where I can see the use for it is databases installed on laptops, and in that case I recommend using EFS. I know that SQL Server 2005 supports EFS, and as it should be transparent to the application it should work in SQL Server 2000 as well, though I have not tested it.
__________________
Ole Kristian Velstadbråten Bangås - Virinco - MSSQL.no - Facebook - Twitter
Reply With Quote
  #3 (permalink)  
Old 07-04-09, 11:58
benzfire benzfire is offline
Registered User
 
Join Date: Jul 2009
Posts: 9
Mh... yeah, Microsoft EFS might be a better option than dbencrypt and RSA Bsafe, but their key management is very insecure. Yes it works for user files on laptops, I don't think it's designed specifically for database servers or server side components, check out Bloombase, Datafort and Thales for better options.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On