Skip to main content
Question

Elegant way of reading AES-encrypted ZIP on server?

  • November 19, 2019
  • 2 replies
  • 26 views

Forum|alt.badge.img

I am trying to find an elegant way of reading content from an AES-encrypted zip-archive which is downloaded from a trusted source.

If it were not encrypted or just used cryptozip, I would just use a pythoncaller and zipfile and process the results of a httpcaller. However, zipfile within python seems to be unable to deal with aes.

Is there an elegent way around this? Will I have to save the file, run 7zip through a systemcaller and read the contents?

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

sigtill
Supporter
Forum|alt.badge.img+25
  • Supporter
  • 956 replies
  • November 19, 2019

7-zip + systemcaller would be the best approach I believe


Forum|alt.badge.img
  • Author
  • 12 replies
  • November 19, 2019

7-zip + systemcaller would be the best approach I believe

Too bad - I had hoped there would have been a nicer way to do it by now.

I'll have to find out the install and utilities folder first then.