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.

Hashcat – advanced password recovery

160 pointsby gphilipover 7 years ago

8 comments

braxxoxover 7 years ago
I made this a while back to ease the barrier to entry to Hashcat: <a href="https:&#x2F;&#x2F;github.com&#x2F;brannondorsey&#x2F;naive-hashcat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brannondorsey&#x2F;naive-hashcat</a><p>Not that it&#x27;s that big of a barrier, but it can be somewhat daunting to new password crackers.
评论 #15598827 未加载
yangl1996over 7 years ago
Used Hashcat in the Student Cluster Competition[1] of SC16 conference. There was a task where students were asked to recovery as many passwords as possible from a vault consisting of md5crypt and bcrypt hashes[2]. The performance was amazing - 8400k md5crypt per second with 2 NVIDIA K80.<p>I also profiled the code trying to discover possible optimizations, and found that the code has been heavily optimized. Computation and data transfer are well overlapped, so GPU utilization is pretty high. It&#x27;s a really great tool.<p>[1] <a href="http:&#x2F;&#x2F;studentclustercompetition.us&#x2F;2016&#x2F;applications.html" rel="nofollow">http:&#x2F;&#x2F;studentclustercompetition.us&#x2F;2016&#x2F;applications.html</a><p>[2] <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1tXBy9-ajFtO_b8hvbuleqRbcNYvgoGUQgvQN1vzPWHM&#x2F;edit" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1tXBy9-ajFtO_b8hvbuleqRbc...</a>
lossoloover 7 years ago
I can recommend Hashcat, used it myself for cracking bitcoin wallet using multiple GPUs. Great tool if you forget your password and it works with so many applications&#x2F;file formats.
评论 #15597127 未加载
评论 #15598543 未加载
rsinglaover 7 years ago
When I was in undergraduate engineering (~3 years ago), hashcat was actually a key part of some great computer security assignments. I&#x27;m happy to see it&#x27;s updated, although it was pretty solid when I had to use it!
nvusuvuover 7 years ago
Will this work on a something like a 100 character plaintext password that was written down with 3 transcription errors? Can it try all permutations of the 100 char password changing up to 3 characters at a time?
评论 #15600936 未加载
TwoBitover 7 years ago
Last time I tried Hashcat, it didn&#x27;t support my 18 character password.
评论 #15598970 未加载
jopsenover 7 years ago
This reminds me to move to passwordstore with a gpg key on an Yubikey.
评论 #15599865 未加载
kensaiover 7 years ago
I love the thermal watchdog feature!