Interesting to see real world figures for bcrypt, also interesting that 7Zip's hashing algorithm seems extremely resilient (I assume it works on the same kind of difficulty / work factor that bcrypt uses but with a higher factor)
Slightly tangential but: 7zip amazes me. It hasn't been regularly updated for years, and still comes out on top of most benchmarks. And yet I find that many, if not most, people on Windows use WinRAR. It's good software, easy to install, easy to use, and it doesn't nag the user with warnings about licensing. I don't quite understand how WinRAR got popular in the first place with that kind of competition.
Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
41–50 of 113 posts
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#42Earlier quoted context omitted.
This page says 8x 1080 Ti can do 1.3e10 hashes/sec for NTLM: https://gist.github.com/epixoip/a83d38f412b4737e99bbef804a27... To test 2.14e14 passwords, you need 4.5 hours. Add a single extra character to that password and the time will become too long regardless on your hardware.
Also, the OP didn't mention the use of symbols. Cracking even a 8 digit password that have symbols in it will become impractical to even consider.
The best way to crack a password isn't to brute-force it first, it's to first analyze who made the password, and the password system, to narrow down all possibilities before you try brute-forcing.
Example; if a person is American, you can pretty much assume they're restricted to the typical US keyboard and its symbols, for 90+% of the population. Very few people know of ALT codes or unicode or even the character map, even in IT. That narrows your symbol subset down dramatically. System for passwords truncates after 12 characters, has a minimum of 8? You already know you don't need to try doing anything with more than 12 characters, and you can limit your password cracking to starting with 8 characters and ignore anything with fewer than that. That eliminates a whole slew of brute-forcing that is required, as you've now narrowed down the password range.
All it takes is a little thinking. Man can make it, man can break it, there is simply no exception.
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#43Interesting to see real world figures for bcrypt, also interesting that 7Zip's hashing algorithm seems extremely resilient (I assume it works on the same kind of difficulty / work factor that bcrypt uses but with a higher factor)
Slightly tangential but: 7zip amazes me. It hasn't been regularly updated for years, and still comes out on top of most benchmarks. And yet I find that many, if not most, people on Windows use WinRAR. It's good software, easy to install, easy to use, and it doesn't nag the user with warnings about licensing. I don't quite understand how WinRAR got popular in the first place with that kind of competition.
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#44> The GTX 1080 Ti is the go-to value card for deep learning at the moment. Ah, that explains a lot. I recall seeing that AMD cards are being used for most of the Bitcoin / Etherium stuff right now, so I thought it was odd to see team-green used in this case. IIRC, AMD cards have faster integer performance, but are slower in floating-point than the NVidia cards. Password-cracking is primarily integer-based however, so…
I think (not sure) that AMD is faster per $ not faster for mining specifically ? So it makes more sense when mining for bitcoin to buy the fastest per $ cards ?
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#45as with most really high electrical loads, if you can operate it remotely, do so. There's places in North America near major hydroelectric dams with electricity that costs $0.03 to $0.045 per kWh. Running something like this and the cooling needed for a 3kW thermal load on California electrical prices is a good way to burn money.
Someone password cracking with 8 GTX 1080's isn't likely worried about the electricity costs associated with said cracking.
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#46In 2010 I built an 8-GPU machine[1] (4 dual-GPU AMD HD5970) and wrote an MD5 bruteforcer (then faster than hashcat), doing 28.6 then 33.1 billion passwd hashes/sec with a software optimization: http://blog.zorinaq.com/whitepixel-breaks-286-billion-passwo... It's interesting to note that 6.5 years later a single GPU like the Nvidia 1080 Ti can match the whole 2010 machine (32 billion hashes/sec). This is a doubling of…
Am i correct in assuming that floating point operations would stress these machines even more so, so in other words if the hash computation somehow required lots of floating point calculations the time taken to crack would be much longer?
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#47Earlier quoted context omitted.
Also, the OP didn't mention the use of symbols. Cracking even a 8 digit password that have symbols in it will become impractical to even consider.
Process of elimination restricts character and symbol sets, generally, narrowing your set of possible combinations greatly. The best way to crack a password isn't to brute-force it first, it's to first analyze who made the password, and the password system, to narrow down all possibilities before you try brute-forcing. Example; if a person is American, you can pretty much assume they're restricted to the typical US k…
> Man can make it, man can break it, there is simply no exception.
Nice platitude, but this is simply not true.
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#48Earlier quoted context omitted.
The regret I feel having given away all of my 100 bitcoins at that price point will forever haunt me.
Seconded. The bitcoin to USD ratio is like 1 to 2700 right now http://www.xe.com/currencycharts/?from=XBT&to=USD
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#49Earlier quoted context omitted.
Seconded. The bitcoin to USD ratio is like 1 to 2700 right now http://www.xe.com/currencycharts/?from=XBT&to=USD
What's caused the price to rise so much the past few months?
Re: Password Cracking with 8x Nvidia GTX 1080 Ti GPUs
#50Earlier quoted context omitted.
"At a current market value of about USD$0.22 per coin" wow
The regret I feel having given away all of my 100 bitcoins at that price point will forever haunt me.