mysqldump encrypted

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
cpopham2

mysqldump encrypted

Post by cpopham2 » Sat 23 Jul 2005 17:48

I am seriously cinsidering buying the professional version of the software. I like the mysqldump built in feature for backups and restorations of databases. Is it possible to encrypt the dump file as it is being written? If so how? I would prefer to encrypt the file this way because if you have to create the file and then encrypt it, this would create a big security hole. I would like for my end users to put a password into a textbox and then use this password to encrypt the file.

Thanks, Chester

Wavyx
Posts: 7
Joined: Sat 09 Jul 2005 09:05

Post by Wavyx » Sun 24 Jul 2005 07:39

I would guess that if the dump function take a stream as argument you can provide an "de/encrypting stream" and it will be transparent.

Serious

Post by Serious » Mon 25 Jul 2005 08:04

MySqlDump component allows you to store a database or its parts as a script. MySqlDump does not perform any file operations, it stores script as text, so you can encrypt it before you write it to disk.

Guest

Post by Guest » Mon 25 Jul 2005 14:31

Okay Thanks....

Post Reply