Adding encryption to electron-log #461
Unanswered
Stubennett1
asked this question in
Q&A
Replies: 1 comment
-
|
You can add a transform function that encrypts log messages of the file transport or a hook. https://github.com/megahertz/electron-log/blob/master/docs/extend.md#transforms |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the electron-log package for a Windows application. I am concerned about some of the content in the log files so I would like to automatically encrypt information when it gets logged and then have a simple mechanism so that I can decrypt the log file when I need to debug. There should be an encrypt/decrypt key so that other individuals are not able to decrypt the log files.
Does anyone know of a straightforward method to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions