How to read a pgp encrypted zip file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 09:18 AM
Hi,
I need to read a PGP encrypted zip file. Any suggestion is appreciated. Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 05:06 PM
How about the following construct:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 02:05 AM
Thank you Stewart. It worked. Do we have any other approach other than writing to a temporary file?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2019 06:12 PM
No option without the temporary file, the zipfile Reader only has a document input which allows the filename to be passed in. Feasibly a Snap could be built which took the binary stream of the Decrypt Snap, but this does not exist today.
