Any way to use TMyConnection without hardcoded password?
Posted: Tue 19 Aug 2008 13:05
hello Devart
is there any way to use the TMyConnection without writing the password into the code? i already decrypt the login information with blowfish, using SSL and protecting my application with an protection tool. but what, if a very good cracker gets anyway the password of the MySQL database?
is there any other way to get a connection ressource to assign it to the TMyConnection, like over http (php) or any other thing, that i don't need to write the login information into the code?
if not: how secure is the password crypt from MyDAC? when will the password be encrypted on sening to the server?
thanks in any help
is there any way to use the TMyConnection without writing the password into the code? i already decrypt the login information with blowfish, using SSL and protecting my application with an protection tool. but what, if a very good cracker gets anyway the password of the MySQL database?
is there any other way to get a connection ressource to assign it to the TMyConnection, like over http (php) or any other thing, that i don't need to write the login information into the code?
if not: how secure is the password crypt from MyDAC? when will the password be encrypted on sening to the server?
thanks in any help