Re: database encryption
Can someone recommend a good highly scalable and easy to use 3rd party tool
to encrypt the contents of a disk. Keep in mind that I run a SQL Cluster. So
the disk is not local. It resides on the SAN.
TIA!
"Mike C#" <xxx@xxxxxxx> wrote in message
news:Na1lg.294$B95.11@xxxxxxxxxxx
"Bahman" <Bahman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4C85593A-F3A3-467B-AD51-32A87A99143C@xxxxxxxxxxxxxxxx
Hello!
i am aware of the ability to encrypt something or issue a certificate for
a
column, etc.
does the sql server itself write to disk in clear text?
SQL Server stores data in binary format. Their might be some plain text
that can be seen if someone were to dissect your MDF files.
if so, is there a feature to prevent that?
There are third party software encryption tools that encrypt the actual
MDF files, or even entire hard drives.
.
Relevant Pages
- Re: Is my idea can be implement?
... Not every sectors on the disk will be encrypted with my "WDE", such as the first cylinder of the disk which contain the MBR; ... The INT13 filter is implement reading and writting sectors in secure mode, and PCI's functions is to implement the driving of PCI card to do the encrypt and decrypt operations, these function will be called by my INT13 filter. ... The PCI driver will drive my PCI crypto card, and disk filter driver do the reading and writting disk sectors in a secure mode, they will "use" PCI device to do the encrypt and decrypt operations through PCI driver. ... (microsoft.public.development.device.drivers) - Re: Disk level encryption
... Ask the vendor if they support SQL Server on it. ... permissions copies the DB off that disk, ... Rather encrypt the data in the application before you save it into the DB. ... Mike Epprecht, Microsoft SQL Server MVP ... (microsoft.public.sqlserver.security) - Re: Disk level encryption
... Ask the vendor if they support SQL Server on it. ... permissions copies the DB off that disk, ... Rather encrypt the data in the application before you save it into the DB. ... Mike Epprecht, Microsoft SQL Server MVP ... (microsoft.public.security) - Re: Disk level encryption
... Ask the vendor if they support SQL Server on it. ... permissions copies the DB off that disk, ... Rather encrypt the data in the application before you save it into the DB. ... Mike Epprecht, Microsoft SQL Server MVP ... (microsoft.public.win2000.security) - Re: GJournal (hopefully) final patches.
... For a couple of my smaller filesystems I reduced it to ... It seems like a reasonably modern controller and disk, ... The geom stack on my laptop currently looks something like this: ... rather than encrypt the journal). ... (freebsd-current) |
|