Secure / Encrypt log4j files
I have a problem ; security requirement i have java swing app that have logging files generated with log4j for support issues in case of tracking a bug. I have to ecrypt /cypher/secure the files so the client cant open them and see them (at least not as human readable way) and at the same time when support tech team take these files they will know how to read ( decrypt ) them . I did a lot of searches and i tried my best option i found which is build custom appender by extending SkeletonAppender . Now know that i have log4j working great as below configuration, but i created new class to