|
I have a desktop application which runs on users computers with configured NLog to send logs to mailbox. All mailbox settings espacially login and password are written in clear text. If user is smart enough he can open config file and then log in to mailbox and for example change password to the mailbox. So now I deliver encrypted NLog.config file with application and during runtime file is decrypted and loaded by NLog.
|