Forum Discussion

Sowmya_Rayavara's avatar
Sowmya_Rayavara
New Contributor III
7 years ago

How to read a pgp encrypted zip file

Hi,

I need to read a PGP encrypted zip file. Any suggestion is appreciated. Thanks in advance.

3 Replies

    • Sowmya_Rayavara's avatar
      Sowmya_Rayavara
      New Contributor III

      Thank you Stewart. It worked. Do we have any other approach other than writing to a temporary file?

      • cstewart's avatar
        cstewart
        Former Employee

        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.