10-19-2021 09:26 PM
I am trying to create a PGP encrypted zip file containing sensitive information. I have found a way to achieve this but it involves:
See below screenshot for an example.
Does anybody know of a way to produce a zip file without first writing to the SLDB and reading it back? I am trying to avoid storing sensitive information in the SLDB, even for a brief duration. The ZipFile Writer does not support binary output.
Cheers,
Chris