Re: Encryption question

2009-06-23 Thread Brian Neal
On Jun 23, 8:39 am, daniel wrote: > Good morning, > > I have a MySQL (version 5.0.5 running on Ubuntu 8.04) database > containing encrypted fields (the encryption was done using mysql's > AES_ENCRYPT). The database is normally accessed by an application > written in C++

Encryption question

2009-06-23 Thread daniel
Good morning, I have a MySQL (version 5.0.5 running on Ubuntu 8.04) database containing encrypted fields (the encryption was done using mysql's AES_ENCRYPT). The database is normally accessed by an application written in C++ and Qt. However, I also need to access the database thru a web server