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 [desc] Replies Views Posted
    Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed

What value is in the "cost" field of your hash? (the second $-separated field, two digits wide)? Based on the speed you're getting, I'm guessing that it's probably cost 10? If so, that speed is norma...
royce hashcat 4 3,358 09-11-2018, 10:35 PM
    Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed

(Unless you also post the plaintext, please don't post hashes.) Your performance is quite normal for cost 10 on a 1080.
royce hashcat 4 3,358 09-11-2018, 10:50 PM
    Thread: Can not crack some example of hashes
Post: RE: Can not crack some example of hashes

Do you get any errors or warnings? What final feedback do you get from hashcat?
royce hashcat 2 2,190 09-12-2018, 08:49 AM
    Thread: Restore File How to Use it
Post: RE: Restore File How to Use it

The default session name is 'hashcat' if a session name is not specified.
royce hashcat 7 4,559 09-12-2018, 03:42 PM
    Thread: Help please ! can't figure out the mode to be used
Post: RE: Help please ! can't figure out the mode to be ...

Please do not post hashes. It is against the forum rules (https://hashcat.net/forum/archive/index.php?announcement-2.html). There's currently no support in hashcat for Argon2. hashcat's own help co...
royce hashcat 3 2,865 10-05-2018, 02:30 PM
    Thread: How to disable the output of hacked hashes
Post: RE: How to disable the output of hacked hashes

The --outfile/--outfile-format parameters can suppress the console output this way. (If you don't want the output retains anywhere at all, you can map --outfile to /dev/null).
royce hashcat 1 1,684 10-21-2018, 05:30 PM
    Thread: Installing a new Intel CPU runtime for OpenCL leads to a duplicate CPU platform
Post: RE: Installing a new Intel CPU runtime for OpenCL ...

Good tip - thanks!
royce hashcat 2 2,219 10-29-2018, 04:58 PM
    Thread: Need piping?
Post: RE: Need piping?

You can mix and match as needed - part rules, part external. A pure-rules approach will be fastest.
royce hashcat 3 2,207 11-08-2018, 12:07 AM
    Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type

In general, the only way to tell for sure is to crack one. Other tools like MDXfind are good at tackling many different algos at once against a pile of unknown hashes. hashcat and MDXfind have some...
royce hashcat 3 2,624 11-09-2018, 11:05 PM
    Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type

It's not open source, but it's free to use. Note also that I've removed the hashes from your post - posting full hashes with non-known plains is against the forum rules.
royce hashcat 3 2,624 11-10-2018, 01:39 AM
    Thread: Most Efficient KeePass Path of Mix Dictionary and characters
Post: RE: Most Efficient KeePass Path of Mix Dictionary ...

Not much to optimize here; you're the person best positioned to guess what your own password was. SLI is irrelevant (and even contraindicated; I'd remove it and let hashcat manage the GPUs directly). ...
royce hashcat 1 1,488 11-10-2018, 07:45 AM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

By default, hashcat only uses GPUs when available. You can modify that with these flags. Code: -- $ hashcat --help | grep opencl-device -d, --opencl-devices           | Str  | OpenCL device...
royce hashcat 8 4,135 11-10-2018, 07:41 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

No, --force would have no effect on not skipping a given platform. Only -D and -d will do that.
royce hashcat 8 4,135 11-10-2018, 11:49 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

Ah, I didn't know about the instruction consequences of using -d. Interesting.
royce hashcat 8 4,135 11-11-2018, 03:23 PM
    Thread: md5($salt1,password,$salt2) ?
Post: RE: md5($salt1,password,$salt2) ?

That should be irrelevant. Only how special characters (like "?") are escaped on the OS-native command line (not a hashcat issue) should vary between the platforms.
royce hashcat 5 3,103 11-11-2018, 03:25 PM
    Thread: Help me identify encription type
Post: RE: Help me identify encription type

Is that the full hash, or is it redacted?  If the former, note that posting unredacted hashes with unknown corresponding plaintexts is against the forum rules (https://hashcat.net/forum/archive/index...
royce hashcat 3 2,335 11-11-2018, 03:29 PM
    Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...

No. Do the math (seriously, as in do the actual calculation of multiplying hashes per second by the number of hashes, using something like Wolfram Alpha) so that you understand why it's literally impo...
royce hashcat 11 6,630 11-11-2018, 03:32 PM
    Thread: BLAKE2
Post: RE: BLAKE2

259.4 MH/s on my 750 Ti. ;) (That's with -O and -w 4.)
royce hashcat 4 3,133 11-11-2018, 03:38 PM
    Thread: How to crack custom hash - SHA512, SHA256, and MD5 combined
Post: RE: How to crack custom hash - SHA512, SHA256, and...

John the Ripper has a way to express custom hashes, but I'm not sure that it would support hundreds of them nested. MDXfind's -i flag can be used to iterate hundreds of times, but only for a given ha...
royce hashcat 3 3,428 11-11-2018, 03:41 PM
    Thread: Wordlist + rules length filter
Post: RE: Wordlist + rules length filter

The traditional answer: This is a known issue. Because rules are applied on GPU, this can't be fixed for fast hashes without significantly slowing down cracking - and doesn't need to be fixed for s...
royce hashcat 1 2,347 11-15-2018, 05:26 PM