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
Post a Comment