-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encrypt logfile? #85
Comments
Do you want to encrypt one message or the whole file? |
The whole file. |
I've looked into it, i think it's not so simple to reach this. |
Thats ok. I thought it might be easy. Thanks for the info. |
You could create a provider based on FileProvider but with encryption capabilities to write every line encrypted before write to disk, then your entire file will be encrypted. |
is there a way to encrypt the output before its written to a file? Sometimes, sensitive information need to be logged, not for the eyes of everyone.
The text was updated successfully, but these errors were encountered: