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 Posted [asc]
    Thread: m -15700 2h\s on 1080ti
Post: RE: m -15700 2h\s on 1080ti

it's called the cost factor (N, r, p). different settings/cost implies different speed
philsmd hashcat 4 1,599 11-24-2019, 01:00 PM
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

Code: -- hashcat64.exe -m 900 -a 3 -w 3 -O -2 ?l?d hashmd4.txt ?2?2?2?2?2?2?2?2?2?2?2 --
philsmd hashcat 9 3,465 11-22-2019, 08:55 PM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

can you post the output of Code: -- hashcat -m 1000 -b -- ? it's also worth testing with the beta version from https://hashcat.net/beta/ or even testing with CUDA (you need to install the CUD...
philsmd hashcat 4 1,652 11-22-2019, 08:09 PM
    Thread: Huawei Backup
Post: RE: Huawei Backup

interesting. is this something used even in modern smartphones (or is this old "encryption" ?). Do modern smartphones use this ? Is this an alternative to the standard android encryption.... can you g...
philsmd hashcat 2 1,948 11-22-2019, 07:47 PM
    Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP

it's important to understand what exactly you are comparing with (it's not good and meaningful to compare apples to oranges). How exatly do you get the speed ? do you use -b ? My guess is that you ...
philsmd hashcat 4 1,652 11-22-2019, 07:36 PM
    Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.

does it work with: Code: -- sudo apt install ocl-icd-libopencl1 -- ?
philsmd hashcat 3 1,678 11-20-2019, 04:37 PM
    Thread: Question regarding -m 20710 (hashcat beta).
Post: RE: Question regarding -m 20710 (hashcat beta).

hey, you forgot to mention the most important information ! how long is your salt ? -O stands for optimized and can only be used if some prequirements are meat... especially max salt length and ...
philsmd hashcat 2 964 11-20-2019, 10:15 AM
    Thread: How uninstall Hashcat? (Linux)
Post: RE: How uninstall Hashcat? (Linux)

Code: -- sudo make uninstall --
philsmd hashcat 3 1,777 11-20-2019, 01:24 AM
    Thread: Benchmark give some results but crash in particular hashes
Post: RE: Benchmark give some results but crash in parti...

did you try to test with the hashcat beta from https://hashcat.net/beta/ ?
philsmd hashcat 4 3,461 11-18-2019, 02:20 PM
    Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...

I really think this is a user error. what is all this strange commands: Guess.Mask.......: rockyouEdited1.text [19] Candidates.#1....: rockyouEdited1.text -> rockyouEdited1.text This means ...
philsmd hashcat 20 5,249 11-18-2019, 08:57 AM
    Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...

just do the same test by putting the word "hashcat!" (without quotes) into rockyou txt and using the example hash from https://hashcat.net/wiki/example_hashes furthermore, you should clean up (spli...
philsmd hashcat 20 5,249 11-17-2019, 04:49 PM
    Thread: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext(): CL_UNKNOWN_ERROR

what about the test with the beta version ? ... and what about the test with other hash types or with -I or -b only ?
philsmd hashcat 5 1,778 11-17-2019, 12:59 PM
    Thread: Mask not finding password Straight hit or miss.
Post: RE: Mask not finding password Straight hit or miss...

already the fact that it contains the same amount of passwords, but is 2 bytes shorter is suspicous to say the least, maybe it doesn't contain the correct passwords: Passwords.: 14344392 Bytes.......
philsmd hashcat 20 5,249 11-17-2019, 09:01 AM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

~ 3.5 MB is GREATER than 320 KB it is as easy as this. it's not supported What do you mean by "same error". I only told you that the limit is 320 KB (I didn't tell you that about 4 MB are supporte...
philsmd hashcat 4 3,554 11-16-2019, 01:38 PM
    Thread: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext(): CL_UNKNOWN_ERROR

try this: https://hashcat.net/faq/wrongdriver it's probably a driver/setup problem does this happen with all hash types and also with just "hashcat -I" and "hashcat -b" ? another test could...
philsmd hashcat 5 1,778 11-15-2019, 10:03 AM
    Thread: Hashcat + LUKS + RTX 2080 (laptop)
Post: RE: Hashcat + LUKS + RTX 2080 (laptop)

maybe you use a notebook or a GPU without fan ? luks/cryptosetup etc use a cost factor (think of iterations), it depends on how powerful the CPU on the system the disk was first encrypted (or passw...
philsmd hashcat 2 1,389 11-14-2019, 10:45 PM
    Thread: Unable to crack second half of LM hash
Post: RE: Unable to crack second half of LM hash

HASHCA is not 7 characters long (?1?1?1?1?1?1?1 cracks 7 char passwords)
philsmd hashcat 2 1,339 11-13-2019, 02:00 PM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

no, that is not true. example hashes are here: https://hashcat.net/wiki/example_hashes (or use -m 17220 --example-hashes) the current max length is mentioned here: https://github.com/hashcat/hashc...
philsmd hashcat 4 3,554 11-13-2019, 12:30 PM
    Thread: Benchmark Variance
Post: RE: Benchmark Variance

did you actually try to mess around with the command line options and see if you can observe any changes as suggested above? btw: it would also make sense to read the warnings and act accordingly (...
philsmd hashcat 4 1,606 11-13-2019, 01:32 AM
    Thread: Benchmark Variance
Post: RE: Benchmark Variance

For me it has kind of the different effect, -w 4 is even slightly faster than the benchmark with -b , because benchmark doesn't use -w 4 by default. If you want to troubleshoot here are the relevan...
philsmd hashcat 4 1,606 11-12-2019, 09:00 AM