Hashcat – advanced password recovery
11–20 of 29 posts
Re: Hashcat – advanced password recovery
#12I 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/file formats.
Re: Hashcat – advanced password recovery
#13I made this a while back to ease the barrier to entry to Hashcat: https://github.com/brannondorsey/naive-hashcat Not that it's that big of a barrier, but it can be somewhat daunting to new password crackers.
Re: Hashcat – advanced password recovery
#14Last time I tried Hashcat, it didn't support my 18 character password.
Full details at https://hashcat.net/forum/thread-6965.html
Re: Hashcat – advanced password recovery
#15I 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's a really great tool.
[1] http://studentclustercompetition.us/2016/applications.html
[2] https://docs.google.com/document/d/1tXBy9-ajFtO_b8hvbuleqRbc...
Re: Hashcat – advanced password recovery
#16Re: Hashcat – advanced password recovery
#17Re: Hashcat – advanced password recovery
#18This reminds me to move to passwordstore with a gpg key on an Yubikey.
Re: Hashcat – advanced password recovery
#19I 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/file formats.
I thought cracking a bitcoin wallet was technically beyond the limitations of today's computing power??