blanter Posted July 30, 2007 Posted July 30, 2007 I have a question relating to using a MySQL connection to a database in a script, then building an exe out of it. Will the database information be secure from the end users after it is an exe? Will the end user also need the ODBC driver installation to run MySQL? Any other more sure options, ideas or suggestions? Thank you for your time.
jvanegmond Posted July 30, 2007 Posted July 30, 2007 The end user will require to install the ODBC driver in order to use it. One who is skilled with AutoIt, can likely decompile your source code and obtain a user name and password out of it, even when obfuscated. I suggest you create a separate account on your database that has read-only permissions. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now