Showing posts with label hold. Show all posts
Showing posts with label hold. Show all posts

Tuesday, March 27, 2012

encryption of sql database

is there a way to encrypt a propriatary database so that it may not be
tampered with except for those who hold the key?"andres palomo" <xats3@.bellsouth.net> wrote in message news:<f7gYb.14470$kR3.5028@.bignews4.bellsouth.net>...
> is there a way to encrypt a propriatary database so that it may not be
> tampered with except for those who hold the key?

That depends if you want to encrypt the objects (eg stored
procedures), or the data in the tables. You can create procedures,
functions and views WITH ENCRYPTION, but it is not strong encryption,
and tools exist to break it. This type of proprietary information
should really be protected with a licence instead - Microsoft's own
system stored procedures are not encrypted, for example. Also, if you
install your database at a client site, you cannot prevent someone
there with sysadmin privileges from doing anything they want with your
database, so there is limited benefit in trying to lock it down.

As for encrypting data, there are some options listed here:

http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=22

Simon

Friday, March 9, 2012

encrypt database

Can I encryption the database itself?
Let say some one got a hold of my database, but since it encrypted they
cannot read it.
Thanks,
CulamCulam,
There is some software offered that will do this (google for: SQL Server
Encrypt, one hit is http://www.netlib.com/). However, I have never done
this.
FWIW,
Russell Fields
"culam" <culam@.discussions.microsoft.com> wrote in message
news:5AB30667-1CC0-4DA4-A0CB-44EF40BCC976@.microsoft.com...
> Can I encryption the database itself?
> Let say some one got a hold of my database, but since it encrypted they
> cannot read it.
> Thanks,
> Culam|||Hi Russell Fields,
We can find a lot of softwares that encrypt the database on the Internet.
The problem here is that we don't believe in the security mechanism of the
softwares we are using (Ex: SQL server,... ). Are you sure that the software
you are using to encrypte your database really secure?
Hue
"Russell Fields" wrote:

> Culam,
> There is some software offered that will do this (google for: SQL Server
> Encrypt, one hit is http://www.netlib.com/). However, I have never done
> this.
> FWIW,
> Russell Fields
> "culam" <culam@.discussions.microsoft.com> wrote in message
> news:5AB30667-1CC0-4DA4-A0CB-44EF40BCC976@.microsoft.com...
>
>