MySQL Forums
Forum List  »  Security

Re: Mysql/MyODBC - windows password in the clear
Posted by: Jonathan Lampe
Date: November 18, 2005 10:08AM

Under Windows 2000, ODBC-configured passwords can be found in the clear under the ODBC.ini registry key.

Under Windows 2003, you need to work a little harder to fish passwords out of ODBC settings (e.g., OneProp = (ADODB.Property) ODBCConn.Properties["Extended Properties"];), but they are still there in the clear if you know what you're doing.

I don't know much about Access, but if you are using any sort of environment that has a programmable interface, you should be able to store your ODBC credentials in an encrypted string instead and only present them when you connect.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql/MyODBC - windows password in the clear
3058
November 18, 2005 10:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.