• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any program that can crack the password in WinZip?? HELP! FORGOT THE PASSWORD!

j@cko

Diamond Member
There's a zip file with password, I forgot password, so, any program that can crack the password?
Or any by pass way?
 
There's should be a few password cracking program out there, either dictionary based or brute force. but if your password is sufficiently long, it will take forever to run through all the permutations... so you better dig through your memory and think up that password...
 
did you apply the password yourself on that pc? try looking at all files with .pwl to see if you can find the one & delete it! :frown:
 
I came across the program "htguzc44.zip" to crack zipped files passwords. Look for it at Astalavista.

 
The zip file "password" is actually a key used to encrypt the data, and thus cracking time is limitted more or less by the length of the key. Anything over six letters will take quite a while on even the fastest CPU.

Maybe a challenge for Team Anandtech? 😉

The most innovative approach I've seen to cracking ZIP file encryption was a program that used a "known plaintext attack". I could never get it to work, but the principle is sound: simply give the cracking software a sufficiently long string of data known to be in the unencrypted file (ie. a common file header or some text from a document) and it will use that to significantly reduce the time needed to evaluate each possible key.

The dictionary attacks are good, too, because the number of words in an English dictionary is quite small relative to the number of words that can be built out of eight letters. The problem, of course, is that many passwords are letter-number combinations or nonsense words. But some dictionary attack programs are smart and will stick words together in weird combinations.

Modus
 
Back
Top