vb.net - Protecting information after installer VB 2012 -


when in make installer on project in visual basic 2012. i'm using installshield - , filed need create program "debug or realese" folder. there files "program.exe.config" files. can open if has vb or program can open vb 2012 files. in files there information connection server program makes. have server name , mine user/password gives access mine sql server. can make line server information crypted , still workes avoid - changing server/logging server.

or how can block files while i'm making installer. - not open them.

store encrypted password , username in config file. , decrypt them inside code right before connection. should make trick.

make same server name if you'd to.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -