Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: 10 years to crack a 13 character password?
Post: RE: 10 years to crack a 13 character password?

Don't BF WPA if you don't have any information about how the key was generated (like some routers keys base on their mac address etc). Otherwise use wordlists + rules
atom hashcat 7 14,884 11-16-2016, 05:19 PM
    Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))

Such an implementation wouldn't be hard to write, but slow in execution. But there's no reason to implement a slow solution, because if there's a faster alternative everyone would use the faster alter...
atom hashcat 7 8,266 11-27-2016, 02:21 PM
    Thread: About --keep-guessing
Post: RE: About --keep-guessing

OP needs to clarify
atom Beta Tester 7 10,828 11-27-2016, 02:30 PM
    Thread: About --keep-guessing
Post: RE: About --keep-guessing

OK, then it's like royce meant. Please add an issue on github, then I'll add it.
atom Beta Tester 7 10,828 12-02-2016, 03:48 PM
    Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))

Cool, please do not forget to contribute afterwards
atom hashcat 7 8,266 12-09-2016, 02:02 PM
    Thread: GT 755M vs GT 740M
Post: RE: GT 755M vs GT 740M

The GPU is bad for cracking if the NVIDIA OpenCL runtime returns it as Shader Model 3.0
atom Hardware 7 9,380 12-22-2016, 02:53 PM
    Thread: GT 755M vs GT 740M
Post: RE: GT 755M vs GT 740M

Then OpenCL runtime reports it back as SM 3.0. If you want to complain you need to go to nvidia forum. We have nothing to do with it. You can also use clinfo to retrieve that info, just to make sure i...
atom Hardware 7 9,380 12-25-2016, 03:50 PM
    Thread: GT 755M vs GT 740M
Post: RE: GT 755M vs GT 740M

Added with https://github.com/hashcat/hashcat/commit/45479978c473bd728700b89d61bb60f84728e540
atom Hardware 7 9,380 12-26-2016, 01:04 PM
    Thread: Old hardware: how to run outdated oclhashcat
Post: RE: Old hardware: how to run outdated oclhashcat

No, hashcat went OSS with v2.00.
atom hashcat 7 11,038 12-31-2016, 05:04 PM
    Thread: Old hardware: how to run outdated oclhashcat
Post: RE: Old hardware: how to run outdated oclhashcat

The ideal versions are usually in docs/readme.txt somewhere in the header
atom hashcat 7 11,038 01-02-2017, 10:15 AM
    Thread: hashcat v3.30
Post: hashcat v3.30

[hr] The refactorization of version 3.20 was so extreme it was almost impossible to not bring in a few bugs.  This version 3.30 is mostly about bugfixes, but there's also some new features and a ...
atom hashcat 7 22,245 01-06-2017, 03:34 PM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

Yeah a function or something
atom User Contributions 7 8,589 02-10-2017, 02:43 PM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

The thing is if you would have any experience in programming you wouldn't have said so. A function will not make it faster, it will make no difference at all. The compiler will recognize a fixed numbe...
atom User Contributions 7 8,589 02-10-2017, 03:00 PM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

It's not hard to understand if you know OpenCL in detail, Crypto schemes like PBKDF2 and how to optimize it as an attacker, HMAC and how to optimize it as an attacker, SHA1 and how to optimize it as a...
atom User Contributions 7 8,589 02-13-2017, 11:31 AM
    Thread: m02500.cl EXPLAIN NEEDED
Post: RE: m02500.cl EXPLAIN NEEDED

or something!
atom User Contributions 7 8,589 02-13-2017, 12:42 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

59xx series is dead, even AMD dropped it from the drivers.
atom hashcat 7 6,943 02-13-2017, 11:57 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

OK, the 15.201.1151.1008 is an older driver version. Unfortionally we can't stick to an older driver version because we need to support new GPU and they need drivers.. :)
atom hashcat 7 6,943 02-16-2017, 07:29 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

I think you need to update the salt as well
atom hashcat 7 6,125 02-25-2017, 12:07 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

Yes, it's salted. See: https://hashcat.net/wiki/doku.php?id=example_hashes I don't know about that kerberos AS-REQ package you're talking about.
atom hashcat 7 6,125 02-27-2017, 12:14 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

I don't know how the hash is extracted, but I know it's salted.
atom hashcat 7 6,125 02-28-2017, 09:32 PM