encrypt data

2005-11-26 Thread Luiz Rafael Culik Guimaraes
Dear Friends is their any way to encrypt data saved to an mysql server? Regards Luiz -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: encrypt data

2005-11-26 Thread Gleb Paharenko
Hello. See: http://dev.mysql.com/doc/refman/5.0/en/encryption-functions.html Luiz Rafael Culik Guimaraes wrote: Dear Friends is their any way to encrypt data saved to an mysql server? Regards Luiz -- For technical support contracts, goto https://order.mysql.com/?ref

Re: encrypt data

2005-11-26 Thread Jake Peavy
Also, do you know if there is any way at all to do the tiniest amount of research on my own to find out even the most basic information about MySQL without bothering an entire worldwide mailing list with my trivial questions?

Re: encrypt data

2005-11-26 Thread SGreen
Jake Peavy [EMAIL PROTECTED] wrote on 11/26/2005 07:54:22 PM: Also, do you know if there is any way at all to do the tiniest amount of research on my own to find out even the most basic information about MySQL without bothering an entire worldwide mailing list with my trivial questions?

Re: Encrypt data

2004-02-26 Thread Moritz von Schweinitz
hi, Mike. What do this using an encrypted loopback-device, on which the /var/lib/mysql stuff resides. just check man losetup for instructions. i'm NOT sure about the preformance issues, though. and i am very concerned about filesystem-corruptionby my logic, there's a double risk, since the

Encrypt data

2004-02-24 Thread Mike Koponick
Hello everyone, I'm new to the list and did a little searching on the archives but wanted to ask my question to the group. I have a requirement to encrypt all data stored into a database. I was wondering if there was a different way of doing this or should I use the encrypt/decrypt functions?

Re: Encrypt data

2004-02-24 Thread Frederic Wenzel
Mike Koponick wrote: The idea is that if someone stole the hard drive or computer, it would be hard for someone to break into the database. It seems to me the best way would be to encrypt the drive space, and use the login to authenticate the encryption space on the hard drive. How about sth like