Open
Description
Description
We see secrets in zip files wrapped in base64 encoding and want to be able to search for them. I've written a compressed decoder, which can run after the base64 decoder to attempt to decode the output from base64 as if it is a zip file.
Problem to be Addressed
We find base64 encoded zips in log files which contain secrets
Description of the Preferred Solution
I have a branch of working code, with tests, but I can't push that branch.