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: How does PCIE x1 affect speed?
Post: RE: How does PCIE x1 affect speed?

https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/
undeath Hardware 2 2,359 03-12-2019, 01:06 AM
    Thread: How hashcat work?
Post: RE: How hashcat work?

remove the amdgpu driver
undeath hashcat 17 3,930 03-22-2020, 09:30 PM
    Thread: How hashcat work?
Post: RE: How hashcat work?

did you try the beta version as philsmd suggested?
undeath hashcat 17 3,930 03-22-2020, 11:42 PM
    Thread: How hashcat work?
Post: RE: How hashcat work?

The beta version might contain workarounds for the errors you are seeing.
undeath hashcat 17 3,930 03-23-2020, 01:24 AM
    Thread: How hashcat work?
Post: RE: How hashcat work?

have you tried the beta version?
undeath hashcat 17 3,930 03-23-2020, 02:53 PM
    Thread: How i arrange pass for BF?
Post: RE: How i arrange pass for BF?

--markov-disable
undeath Old oclHashcat Support 5 9,523 06-17-2014, 08:24 PM
    Thread: How i arrange pass for BF?
Post: RE: How i arrange pass for BF?

not even the NSA has enough resources to run this bf, so good luck... yes, it will bf from 8 to 16 chars. However your PC will break before you reach 16 chars.
undeath Old oclHashcat Support 5 9,523 06-18-2014, 10:57 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

as the name of the option suggests, it expects all lines in the wordlist to be hex-encoded. What exactly did you expect the option to "take care of"?
undeath hashcat 6 2,870 05-10-2019, 08:02 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

indeed that doesn't seem to work. Code: -- echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc -- and Code: -- echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc --encodi...
undeath hashcat 6 2,870 05-10-2019, 08:26 PM
    Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?

as the command line indicates, this is utf-16le. Code: -- echo 6f0074006f00f1006f00 | xxd -r -p | iconv --from=utf-16le --
undeath hashcat 6 2,870 05-10-2019, 10:31 PM
    Thread: How many GTX690 can be supported?
Post: RE: How many GTX690 can be supported?

is this about Nvidia or AMD? Nvidia does need Forceware, not Catalyst. AMD does only require Catalyst.
undeath Hardware 17 29,986 06-22-2012, 12:04 PM
    Thread: How many GTX690 can be supported?
Post: RE: How many GTX690 can be supported?

always depends. If you plan on running several million hashes at once, Nvidia is the ay to go.
undeath Hardware 17 29,986 06-22-2012, 02:16 PM
    Thread: How many GTX690 can be supported?
Post: RE: How many GTX690 can be supported?

see here: https://hashcat.net/forum/thread-193.html
undeath Hardware 17 29,986 06-22-2012, 03:08 PM
    Thread: how many os running in the pci-e extender ?
Post: RE: how many os running in the pci-e extender ?

put all gpu in one motherboard and install one os o_O
undeath Hardware 7 14,527 06-17-2012, 05:39 PM
    Thread: How should I store my users passwords in my DB?
Post: RE: How should I store my users passwords in my DB...

use salted, highly iterated password hashes, preferably utilizing PBKDF2 or scrypt.
undeath General Help 4 10,290 07-19-2012, 05:04 PM
    Thread: How to add a rule list/set
Post: RE: How to add a rule list/set

it's all documented in --help
undeath hashcat 3 2,484 08-30-2018, 04:44 PM
    Thread: how to add custome hash type
Post: RE: how to add custome hash type

why request a new hash mode when this is vbulletin?
undeath Old hashcat Support 16 29,653 10-21-2013, 12:24 PM
    Thread: How to add my kernel to hashcat?
Post: RE: How to add my kernel to hashcat?

There is no documentation. Best thing you can do is look through the github commit history (or possibly pull requests) to get an idea of how a complete module can be added to hashcat.
undeath hashcat 1 934 12-24-2019, 04:05 PM
    Thread: How to apply rules to combinator attack?
Post: RE: How to apply rules to combinator attack?

i think the cpu version can apply rules to -a1
undeath General Help 12 22,997 10-21-2012, 09:11 PM
    Thread: How to change password length (min/max)
Post: RE: How to change password length (min/max)

The min 0, max 256 is just technical information and not directly related to the actual password candidates processed. Regarding the creation of masks see the wiki article: https://hashcat.net/wiki...
undeath hashcat 4 9,653 02-06-2018, 01:44 PM