2 messages in com.mysql.lists.mysqlRe: encryption ?
FromSent OnAttachments
fractals11 Jan 2001 03:53 
Tõnu Samuel11 Jan 2001 05:24 
Subject:Re: encryption ?
From:Tõnu Samuel (to@please.do.not.remove.this.spam.ee)
Date:01/11/2001 05:24:51 AM
List:com.mysql.lists.mysql

fractals wrote:

I have to deploy a java GUI to a remote MySQL server. The GUI part is OK, but now I have some concerns about security issues, like: how could the conduit between the GUI and the database be secured (possibly encrypted) ? I think one solution would be to use SSL, but that implies SSL support on the part of the mysql server.

Does anyone know if there's *any* encryption support built into mysqld or if that is at all possible ?

There are troubles with SSL patches I made and this is not clear when they can be applied. Meanwhile you can use third party SSL tunneling software or look on CIPE. You will find it with www.google.com easily. I am using CIPE for long time already to build secure tunnels between hosts.