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 [desc] Author Forum Replies Views Posted
    Thread: Dell P2600 any use?
Post: RE: Dell P2600 any use?

Yes - but relatively speaking, no. GPUs are far faster per unit of power consumption. Unless you are looking for 100% free and someone else is paying your electricity bills, you'd be better off build...
royce Hardware 3 4,701 12-01-2015, 05:01 PM
    Thread: DES ECB error
Post: RE: DES ECB error

It's a family reunion! Code: -- $ hashcat --quiet --potfile-path=/dev/null --keep-guessing -m 14000 test.hash -a 3 -1 '`012abcdghirstu' ?1?1?1?1?1?1?1?1 24ac458a29cc3241:5337554801018442:harica...
royce hashcat 10 7,625 02-16-2018, 06:07 AM
    Thread: DES ECB error
Post: RE: DES ECB error

But why does the cracking approach sometimes find one first, and sometimes find the other one first? I would expect the attack to be deterministic and reproducible.
royce hashcat 10 7,625 02-17-2018, 06:36 PM
    Thread: DES ECB error
Post: RE: DES ECB error

Normally, yes. But with --keep-guessing, I would expect all possibilities to be exhausted. In different output order, but all represented.
royce hashcat 10 7,625 02-17-2018, 10:00 PM
    Thread: DES weird result
Post: RE: DES weird result

Because of the way DES works, only some bits have to match to get a match. https://hashcat.net/forum/thread-6285.html
royce hashcat 1 329 08-03-2020, 10:20 PM
    Thread: DES with partial plain text
Post: RE: DES with partial plain text

Could you elaborate with a hypothetical/contrived example? It sounds like you *might* be looking for masks. For example, if you know that a password is 10 characters and the first four characters a...
royce hashcat 11 1,633 06-14-2020, 10:36 PM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

I couldn't immediately find any public benchmarks on 4.x hashcat for a 1060. If you happen to have one, run that actual attack and check the time estimate; that will be the most accurate way to ge...
royce General Talk 10 8,115 11-29-2017, 09:08 PM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

undeath, cool - yours? Was that under -w 4? Here's one for 6x 1080s, -w 4: Code: -- Hash.Type........: descrypt, DES (Unix), Traditional DES Time.Started.....: Wed Nov 29 14:20:19 2017 (1 mi...
royce General Talk 10 8,115 11-30-2017, 01:23 AM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

Faster base clock (1708 MHz vs1050 MHz) ? https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1060/ https://www.geforce.com/hardware/desktop-gpus/geforce-gtx-970/specifications
royce General Talk 10 8,115 11-30-2017, 05:21 PM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

For a single 1060, it will still take four months, I would think.
royce General Talk 10 8,115 11-30-2017, 07:22 PM
    Thread: deshashing same hashes in different Sittes.
Post: RE: deshashing same hashes in different Sittes.

As long as the following are the same: * the input files (if any) * the hashes * the hashcat.restore file (or [session-name].restore file) * the version of hashcat (this may vary, but sometimes ...
royce hashcat 1 1,696 09-05-2018, 03:20 PM
    Thread: Dictionary encoding: UTF8 or Win-1252 for German?
Post: RE: Dictionary encoding: UTF8 or Win-1252 for Germ...

Dictionary encoding depends on the encoding used by the software that initially stored the passwords. If the software used UTF-8, hashcat will need to receive UTF-8 strings as source material. If anot...
royce General Talk 2 4,024 08-21-2016, 08:49 AM
    Thread: Differences in keyspace
Post: RE: Differences in keyspace

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 07:00 AM
    Thread: Differences in keyspace
Post: RE: Differences in keyspace

Ah, I didn't properly read the original question. Larrax, this looks like it should be opened as a GitHub issue against hashcat-utils; could you do the honors? https://github.com/hashcat/hashcat...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 05:17 PM
    Thread: Distributed Hashcat Cracking
Post: RE: Distributed Hashcat Cracking

The most viable fork right now (IMO) has been rebranded as "hashtopolis".
royce General Talk 4 3,538 03-22-2018, 06:29 PM
    Thread: do hashcat-utils use the gpu's?
Post: RE: do hashcat-utils use the gpu's?

If you are piping combinator3 output to hashcat, then if hashcat reports that it is using the GPUs, then it is. What's more likely is that the rate of wordlist generation is low enough that you'd n...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 6,382 10-19-2017, 09:40 PM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

For more on the scope and impact of keyspace, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace Also, atom: can you speak to what keyspace is actually intend...
royce hashcat 15 20,288 11-24-2017, 02:55 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

*lightbulb* Ahhhh ... so they only need to be "proportional" within specific attack type/combos, and that's why they can't be compared across them! Because it's *called* a keyspace ... but it isn't...
royce hashcat 15 20,288 11-24-2017, 11:00 AM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

Yeah, the naming cat is probably already out of the bag. I've clarified the FAQ section to make it very clear that hashcat --keyspace is specifically for distributing work, and does not directly co...
royce hashcat 15 20,288 11-25-2017, 10:38 PM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

epixoip Wrote: (11-28-2017, 05:02 AM) -- I can't really explain it any better than I already did in the thread you linked to. I guess I can try to expand upon it. -- Great writeup. Totally stealing...
royce hashcat 15 20,288 11-30-2017, 05:26 PM