lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

SSL connection support #78

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
asSQL currently does not support SSL connections. Since AIR applications are 
often deployed via the 
internet, this results in users of the library creating unencrypted MySQL 
connections to remote 
servers. This makes it easy for potential attackers to obtain the same rights 
to the database as the 
user in question has.

Original issue reported on code.google.com by c.ottow@gmail.com on 12 May 2009 at 4:38