I have to determine encryption method of ZIP files I'm receiving.
Mostly I'm interested to know if AES was used or not...

Any idea ?

link|improve this question
Found that 7ZIP can display that.... – Maciej May 30 '11 at 14:49
feedback

1 Answer

up vote 3 down vote accepted

It tells you where that data is located in the spec: find on this page "AlgID 2 bytes Encryption algorithm identifier" and read the surrounding text.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.