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 [asc] Author Forum Replies Views Posted
    Thread: hashcat 4.0.1 more slow than 3.6 (GT 740M)
Post: RE: hashcat 4.0.1 more slow than 3.6 (GT 740M)

asirena Wrote: (11-22-2017, 02:38 PM) -- atom, you should use the same parameter in both cases in order to compare the results... If you use -w4 with one of them and -w3 with the other one, you a...
royce hashcat 7 6,862 11-22-2017, 08:47 PM
    Thread: hashcat 3des against adobe?
Post: RE: hashcat 3des against adobe?

For future searchers, this issue was resolved and closed back in January 2017. https://hashcat.net/wiki/doku.php?id=example_hashes 14000 DES (PT = $salt, key = $pass) a28bc61d44bb815c:1172075784...
royce hashcat 5 7,992 05-25-2017, 04:52 PM
    Thread: hashcat 3.60 / hashcat 4.x many hashes
Post: RE: hashcat 3.60 / hashcat 4.x many hashes

I'm not clear from your post which tests are the ones that are for a large number of hashes. And to clarify, by "Optimized" do you mean that you are using the -O flag?
royce hashcat 4 3,473 11-19-2017, 01:47 AM
    Thread: hashcat 3.60 / hashcat 4.x many hashes
Post: RE: hashcat 3.60 / hashcat 4.x many hashes

What is the GPU?
royce hashcat 4 3,473 11-22-2017, 05:45 AM
    Thread: Hashcat 3.00 No CPU support
Post: RE: Hashcat 3.00 No CPU support

Starting with the latest hashcat and a baseline config as described here may help: https://hashcat.net/faq/wrongdriver
royce hashcat 1 2,849 11-19-2017, 02:47 AM
    Thread: Hashcat 3.0 inc_vendor.cl missing
Post: RE: Hashcat 3.0 inc_vendor.cl missing

Not sure what the root cause is, but if you change the the OpenCL directory and run hashcat from there, it should work (in other words ../hashcat64.exe)
royce hashcat 23 39,240 06-30-2016, 07:07 AM
    Thread: Hashcat 3 - help with hash type
Post: RE: Hashcat 3 - help with hash type

This should probably be created as a Github issue instead, in the same style as https://github.com/hashcat/hashcat/issues/398
royce hashcat 1 3,178 06-30-2016, 05:04 PM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

Could be a power issue. Have you audited real-world power draw from the wall for each PSU under various workloads? How is the power balanced across the board and GPUs?
royce hashcat 9 7,962 02-20-2017, 10:19 PM
    Thread: Hashcat 1080(s) gpu error
Post: RE: Hashcat 1080(s) gpu error

Hmm - that seems like enough headroom to me, on each power supply. With ~180W max per 1080 that's only 540W plus 460W for your mainboard, which seems like plenty. Only other thing I can think of: I...
royce hashcat 9 7,962 02-20-2017, 10:36 PM
    Thread: Hashcat / Palo Alto Question
Post: RE: Hashcat / Palo Alto Question

Since the password must be used in plain text against AD, this must either be A) simple obfuscation, or B) encryption, with a static private key or key construction methodology. Either way, this i...
royce General Talk 1 3,816 11-19-2017, 03:07 AM
    Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card

FWIW, under Ubuntu 18.04 I'm also able to run hashcat well using the native packages. I have these installed: Code: -- $ dpkg -l | grep nvidia | egrep -v '^ii' | cut -b1-80 rc  libnvidia-compu...
royce hashcat 4 892 06-15-2020, 05:21 PM
    Thread: Hashcat & OpenCL... Why OpenCL?
Post: RE: Hashcat & OpenCL... Why OpenCL?

OpenCL is the framework that hashcat uses to perform the computation on the selected hardware. Without an OpenCL driver for a given hardware platform, you cannot use modern hashcat on that hardware...
royce hashcat 2 2,373 04-21-2018, 07:19 PM
    Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))

I'm not sure what you mean by this. Could you rephrase?
royce hashcat 7 8,264 11-24-2016, 10:32 PM
    Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))

There is no way to combine hashes that I know of. It would be a very interesting and useful feature, but it might be difficult to implement.
royce hashcat 7 8,264 11-24-2016, 11:39 PM
    Thread: Hash.org passwords?
Post: RE: Hash.org passwords?

This isn't hashcat-specific, but FWIW the hashes.org "found" lists sound like what you're looking for. https://hashes.org/left.php They are the "Complete found in plain" lists at the bottom of t...
royce hashcat 3 2,577 09-02-2018, 11:01 PM
    Thread: Hash.org passwords?
Post: RE: Hash.org passwords?

The topic isn't necessarily hashcat-specific; that's all. But that's OK, given that it's a topic of sufficient general interest. And hashes.org founds is definitely a high-quality list - as is any ...
royce hashcat 3 2,577 09-03-2018, 12:21 AM
    Thread: hash-encoding exception
Post: RE: hash-encoding exception

Hash files are almost always ASCII. Even if the salt contains non-ASCII, your hashes file should not need to be anything but ASCII (because the salts would be hex, and the --hex-salt parameter would b...
royce hashcat 2 2,869 02-04-2018, 12:25 AM
    Thread: Hash types with multiple iterations/rounds
Post: RE: Hash types with multiple iterations/rounds

Good question! Arbitrary iteration is currently out of scope for hashcat. atom has previously added specific cases when it's a commonly needed hash, but that's it. Outside of the hashcat world, ...
royce hashcat 1 4,188 05-20-2018, 06:00 PM
    Thread: hash mode numbering logic
Post: RE: hash mode numbering logic

There is also a broad kind of namespace management that seems to have started later, where types are grouped. For example, most of the MS Office ones are near each other, etc. When someone adds a mode...
royce hashcat 5 4,201 03-21-2018, 04:25 PM
    Thread: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...

Since this is a demo hash with a known plaintext, OK to post it here. Works for me: Code: -- $ echo -n 'trumpette' | md5sum 6d980c97874860347312769e9854dab6  - $ echo 'trumpette' | hashcat...
royce hashcat 4 9,493 02-01-2018, 11:50 PM