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 Views [asc] Posted
    Thread: md5(md5($pass)$salt) for hash code 1$
Post: RE: md5(md5($pass)$salt) for hash code 1$

You're mean, radix. 1$ [sic] seemed like a pretty competitive offer to me. ;)
royce General Talk 2 4,191 09-11-2016, 05:33 AM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

You need to use the native NVIDIA drivers and their associated OpenCL. This guide for driver baselining and reinstallation may be helpful. https://hashcat.net/faq/wrongdriver CUDA is not nec...
royce hashcat 9 4,191 01-26-2019, 01:54 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: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?

Some attack modes do work with a path to a folder.
royce hashcat 2 4,186 02-27-2017, 03:02 AM
    Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone

hashcat no longer has a dependency on CUDA - only on OpenCL. See also: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system
royce hashcat 4 4,186 08-25-2018, 09:07 PM
    Thread: Nvidia cuda toolkit gone
Post: RE: Nvidia cuda toolkit gone

The K.a.l.i. team claims to have addressed the OpenCL issue. Note that it's OpenCL that you're after, not CUDA. Getting OpenCL properly working under K.a.l.i. may vary - you might want to use the 'sea...
royce hashcat 4 4,186 08-27-2018, 01:47 AM
    Thread: SHA512 Linux
Post: RE: SHA512 Linux

That looks about right, given your card.  sha512 is a slow hash. Code: -- cudaHashcat v1.38 starting in benchmark-mode... Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU Device #2: GeFor...
royce Old oclHashcat Support 2 4,182 11-08-2015, 07:18 PM
    Thread: optimizing masks with Descrypt
Post: RE: optimizing masks with Descrypt

You can generate a list of masks following these restrictions, and then pass a file containing those masks to hashcat. https://thesprawl.org/projects/pack/#specifying-maximum-complexity
royce General Talk 2 4,162 10-16-2016, 07:09 PM
    Thread: Burned out 12 V wires from PSU
Post: RE: Burned out 12 V wires from PSU

I'm not as much of a power expert as others in the forum, but here's my take. Max power for 980s is 165W. Even if you were doing password generation on your CPU or something, assuming max 350W for the...
royce Hardware 2 4,146 01-24-2016, 11:58 PM
    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: running two different cards in same machine
Post: RE: running two different cards in same machine

Hashcat will happily use heterogeneous cards.
royce Hardware 2 4,100 11-08-2015, 06:31 AM
    Thread: newbie
Post: RE: newbie

Hey, you're welcome! Hope you come back again soon to post a second time. :)
royce General Talk 1 4,085 11-19-2017, 03:07 AM
    Thread: Single-mode john analog for hashcat
Post: RE: Single-mode john analog for hashcat

I have to admit, it seems like single mode would only make a real difference for slow hashes for which each target password itself has a known per-password plaintext component (such as the Myspace lea...
royce hashcat 5 4,080 06-21-2018, 06:16 AM
    Thread: 2x Nvidia for opencl - SLI link necessary?
Post: RE: 2x Nvidia for opencl - SLI link necessary?

Not necessary - in fact, definitely do not use SLI with hashcat. https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#should_i_attach_crossfire_amdsli_nvidia_bridges
royce Hardware 2 4,058 09-08-2016, 09:19 AM
    Thread: What does this tip mean when you break it?
Post: RE: What does this tip mean when you break it?

It means that every hash that you are trying to crack was already previously cracked, and the results of that crack are in the potfile.
royce Hardware 5 4,056 06-02-2018, 05:18 PM
    Thread: Quad 1080 ti Build | Need Hardware Advice
Post: RE: Quad 1080 ti Build | Need Hardware Advice

x16 throughput is not important for most hashcat attacks. x4 is the minimum from my testing, for both hashcat and john. Having some RAM and CPU to feed the GPUs for some attacks is a good call. Dit...
royce Hardware 3 4,053 11-29-2017, 12:42 AM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

All cards supported by current NVIDIA drivers will work with hashcat. You shouldn't have to use --force (at least, not at this writing. Someday you may have to. The 9xx, 10xx, and 20xx series should a...
royce Hardware 6 4,047 08-25-2018, 08:53 PM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

More VRAM is good for when you are trying large lists of hashes, or large combos of wordlists+rules, etc. Note also that due to what I believe to be an error in NVIDIA's interpretation of the Open...
royce Hardware 6 4,047 08-25-2018, 11:10 PM