c++ - Securely deploy an application with mySQL login data -
i developing application, using mysql database login information's. connecting database, need mysql login data. think, bad idea distribute mysql login data app, question is, common approach that. don't have server running, acts login server or whatever. so, how can secure login data in application. possible, somehow? user should not able read login data out. read hiding mysql credentials in application, suggest server running, avoid... in advance
could read credentials external file local server? way, can distribute application , include instructions enter correct credentials in configuration file before running application.
Comments
Post a Comment