c++ - Security: Static Library (.lib) vs Dynamic Link Library (.dll) -


at present in situation had include smtp library , database details sending email , inserting data database client side in normal c++ console based app. major concern is, don't want data in .exe read tools such pe explorer etc, i've decided include db details such hostname, password, dbname, tablename , smtp details such username, password etc in library, link , not in exe directly. secured way or there other way around perform task?

if yes, 1 use - .lib or .dll?

please clarify, in advance...


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -