ceramicskate0 / SWELF

Simple Windows Event Log Forwarder (SWELF). Its easy to use/simply works Log Forwarder and EVTX Parser. Almost in full release here at https://github.com/ceramicskate0/SWELF/releases/latest.
https://ceramicskate0.github.io/SWELF/
GNU Affero General Public License v3.0
24 stars 7 forks source link

Encrypt sensitive app config files with app on local machine when running as task #21

Closed ceramicskate0 closed 5 years ago

ceramicskate0 commented 6 years ago

Now that POC is almost solid and app is getting closer to its first full release I want to focus on app security. That said the first and easiest way to mess the app up or abuse it is to reconfigure its settings files. A way to solve this is to encrpyt the settings files.

ceramicskate0 commented 6 years ago

restricting access to the file by user. File.Encrypt

ceramicskate0 commented 5 years ago

have backup stored in reg (byte for byte to config) and if changed notify all the network forwarding locations and put in event log.