Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have a password-protected ZIP file that contains a single file. Also I have the same file outside the archive in a plain version. I know for sure that this is the same file. Is it possible to determine the password used for this archive?

To be clear, I want to know the actual password used for the ZIP file; I'm not trying to simply gain access to the ZIP file's content without knowing the password.

My question is not answered by this proposed duplicate question. That question deals with accessing the ZIP file without knowing the password. I am trying to compute the password leveraging the fact I have the same file inside and outside the archive.

9

2 Answers

Your answer is "it depends" and "probably not". Apparently ZIP files support different types of encryption, and the ability to reverse engineer the password would be dependent on the type of encryption.

Probably the most popular encryption will be a variant of AES encryption, and it is generally accepted as being unbreakable in reality - and indeed, most suitable decent encryption methods will share this attribute.

2

There is program called pkcrack which could be useful here. But after searching for a password with it, nothing has been found. It taken half an hour and no result.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy