Skip to content
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

Closed
SofttouchCode opened this issue Jan 9, 2023 · 5 comments
Closed

Encrypt logfile? #85

SofttouchCode opened this issue Jan 9, 2023 · 5 comments

Comments

@SofttouchCode
Copy link

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.

@jfudickar
Copy link
Contributor

Do you want to encrypt one message or the whole file?

@SofttouchCode
Copy link
Author

The whole file.

@jfudickar
Copy link
Contributor

I've looked into it, i think it's not so simple to reach this.
Maybe someone else has a good idea and want's to make a fork for that.

@SofttouchCode
Copy link
Author

Thats ok. I thought it might be easy. Thanks for the info.

@exilon
Copy link
Owner

exilon commented May 1, 2023

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.

@exilon exilon closed this as completed May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants