TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Found a 16y old password protected Zip file with my mIRC logs

12 pointsby lampzzyabout 9 years ago
While checking some really old CDs I found a password protected zip file with my mIRC logs from the year 2000. Since then my passwords changed a few times so I have no idea how many characters or which characters I used to protect the zip file. I already tried to brute force using 4-7 characters but no success. Any ideas to crack this are welcome.

6 comments

howlettabout 9 years ago
If it&#x27;s from 2000 and they were created using WinZip up to v8.0, you can use the Passware Kit and the SureZip recovery as per <a href="http:&#x2F;&#x2F;www.lostpassword.com&#x2F;attacks.htm#surezip" rel="nofollow">http:&#x2F;&#x2F;www.lostpassword.com&#x2F;attacks.htm#surezip</a><p>&gt; SureZip attack decrypts Zip archives created with WinZip version 8.0 and earlier in less than an hour regardless of password used to protect it. At least 5 simultaneously encrypted files are required in order to process the archive. Archives created with WinZip are supported.<p>I used this when it first came out and even with a 60-char password, if there were more than 5 files it could extract them within an hour (sometimes less than 5 minutes).
baruchabout 9 years ago
You have either brute force with more characters or if you have a file in there with a known content there is a known-plaintext attack on zip encryption. I&#x27;ve used it once and it worked nicely but it&#x27;s rather tricky to find another file with the exact same content for this.
评论 #11507784 未加载
4e1aabout 9 years ago
I would research as to what cipher was used in zip files back then and see if it is currently defeatable, like RC4 or AES with bad padding, and then work through the cryptopals.com problems and see if any of this applies to the zip file.
评论 #11507889 未加载
gt565kabout 9 years ago
There was some post about using a CUDA program with your GPU to brute force zip passwords, but can&#x27;t find anything with a quick google search.<p>Try this though<p><a href="http:&#x2F;&#x2F;www.crark.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.crark.net&#x2F;</a>
评论 #11507720 未加载
smlacyabout 9 years ago
fcrackzip?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hyc&#x2F;fcrackzip" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hyc&#x2F;fcrackzip</a>
评论 #11507692 未加载
echolimaabout 9 years ago
Are you going to post what you find?
评论 #11507686 未加载