How would password protecting without encrypting it be meaningful?
(Answer: It wouldn't)
Look at PGP/GPG encryption, as an example of private/public key
encryption. Feed the encryption program uncompressed data and get either
keyed or password protected data that is encrypted and compressed.
T
I was considering encrypting the data itself. However, that would impact
performance and our ability to compress it.
We are using access now and it is a 5 cd install. I was hoping I could get
away with password protecting the files to provide
some security.
""David Crane"" <[EMAIL PROTECTED]> wro
lto:[EMAIL PROTECTED]
Sent: Tuesday, May 11, 2004 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: how do i encrypt the .frm file with a password
Since this database will be distributed, our users will be
administrators.
If they are able to copy the files to another computer and
set up mysql
themselves, they
if the data is the concern, not the data structure, why not encrypt the data itself?
> -Original Message-
> From: David Crane [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 11, 2004 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: how do i encrypt the .frm file with a passwor
Since this database will be distributed, our users will be administrators.
If they are able to copy the files to another computer and set up mysql
themselves, they could get access to the entire database directly and export
any or all data. Configuring the service to run as a different user would
n
l Message-
From: David Crane [mailto:[EMAIL PROTECTED]
Sent: 11 May 2004 18:21
To: [EMAIL PROTECTED]
Subject: Re: how do i encrypt the .frm file with a password
This will be distributed on Windows computers and not unix/linux.
""David Crane"" <[EMAIL PROTECTED]> wrote in mess
This will be distributed on Windows computers and not unix/linux.
""David Crane"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I need to provide some security to a database that I am working on. This
> database will be distributed and I need to prevent users from being able
to
> s
At 12:45 -0400 5/11/04, David Crane wrote:
I need to provide some security to a database that I am working on. This
database will be distributed and I need to prevent users from being able to
simply copy the files and being able to have complete access to it. I want
to do this: "Encrypt the `.frm'
David
I suggest you need to go back to first principles on Unix security,
applications, and Mysql users.
Firstly and Mysql user is not necessarily a Unix user and vica-versa.
The simplest way to prevent anyone being able to access a file in Unix is
simply to remove the relevant permissions from