How can I decrypt an OpenPGP file using a data flow component without saving the file to disk?

I was wondering if anyone knows of a data stream source component in SSIS (free or pay) that will decrypt an OpenPGP file on the fly (keep everything in memory) and pipe it into source.

I've seen tasks (control flow components) that do this, but I don't want an OpenPGP file to ever be written to disk in a decrypted state.

Any help on this would be greatly appreciated.

+3


source to share


1 answer


CozyRoc has a tool. I'm not sure what it encrypts / decrypts in memory, but I never noticed a temporary file on disk.



See the CozyRoc OpenPGP Sample at the bottom of the linked page. This seems to mean that you can do what you want.

+2


source







All Articles