Re: Encryption for mySQL 3.23

2005-10-05 Thread Jeffrey Goldberg
On Oct 4, 2005, at 4:34 PM, Jeff Pflueger wrote: Where might I find the key so that I can send it along to them? any suggestions on this? The password is what you need to send. The encryption and decryption functions generate a key from the password. Internally, the key that the AES/Ri

Re: Encryption for mySQL 3.23

2005-10-04 Thread Jeff Pflueger
ah hah you are righht about the installationmysql -V shows 4.1 but the SHOW VARIABLES shows 3.something so something went wrong with thhe update. thanks for that. Now if I encrypt using AES_ENCRYPT if I expect somebody else to decrypt outside of mySQL I will need to provide the 'pass

Re: Encryption for mySQL 3.23

2005-10-03 Thread SGreen
Jeff Pflueger <[EMAIL PROTECTED]> wrote on 10/03/2005 03:46:09 PM: > Hi, > I need to encrypt data as I insert it into a mySQL database. > The data will then be sent as a text file to another institution to be > decrypted. > > I am using mySQL version 11.18 Distrib 3.23.58 for RedHat Linux. > > I

Encryption for mySQL 3.23

2005-10-03 Thread Jeff Pflueger
Hi, I need to encrypt data as I insert it into a mySQL database. The data will then be sent as a text file to another institution to be decrypted. I am using mySQL version 11.18 Distrib 3.23.58 for RedHat Linux. I cannot find a single encryption function in the documentation that seems to not cr