TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hashcat – advanced password recovery

160 点作者 gphilip超过 7 年前

8 条评论

braxxox超过 7 年前
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 未加载
yangl1996超过 7 年前
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>
lossolo超过 7 年前
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 未加载
rsingla超过 7 年前
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!
nvusuvu超过 7 年前
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 未加载
TwoBit超过 7 年前
Last time I tried Hashcat, it didn&#x27;t support my 18 character password.
评论 #15598970 未加载
jopsen超过 7 年前
This reminds me to move to passwordstore with a gpg key on an Yubikey.
评论 #15599865 未加载
kensai超过 7 年前
I love the thermal watchdog feature!