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 [desc] Forum Replies Views Posted
    Thread: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...

There is no source code in this repository but a compiled binary available for download. So much for open source lol.
undeath Hardware 7 4,315 12-27-2019, 01:00 PM
    Thread: Is there something wrong with my system?
Post: RE: Is there something wrong with my system?

How did you select your hardware? Did you look at the price tag and pick whatever was most expensive? Nothing wrong with the hardware you selected per se but you could probably get away with half the ...
undeath hashcat 3 1,499 11-30-2019, 01:12 PM
    Thread: new 5700xt fails to benchmark
Post: RE: new 5700xt fails to benchmark

try with the beta at https://hashcat.net/beta/
undeath hashcat 2 1,285 12-04-2019, 01:54 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

Looks like some kind of hardware error. Are you using risers? Possibly a heat problem, try running hashcat -a3 00000000000000000000000000000000 ?a?a?a?a?a?a?a?a?a for a few minutes and see wha...
undeath hashcat 6 1,944 12-08-2019, 02:28 PM
    Thread: two-key triple DES
Post: RE: two-key triple DES

MrLampe Wrote: (12-10-2019, 07:53 PM) -- Only it is 2 x 56 = 112 bits. -- I don't know what kind of hardware you have available but with my GPU (GTX 1060) bruteforcing 112 bit on DES 14000 would ta...
undeath hashcat 6 1,882 12-10-2019, 09:36 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

Without any further info about the plaintext this is not possible to crack. Two slashes and only capital letters (and numbers and dots?) is not enough info at that length. And don't use "decrypted" w...
undeath hashcat 10 3,557 12-10-2019, 09:40 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

why do you ask if hashcat can handle it instead of simply trying if hashcat can handle it?
undeath hashcat 14 3,928 12-10-2019, 10:39 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

ok, so there are 4*36 possibilities per hash. That's perfectly doable, but you should write a small script instead of using hashcat for that. hashcat can't utilise its parallelisation well with that f...
undeath hashcat 10 3,557 12-10-2019, 11:56 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

What hardware are you using? Can you try with the beta version? https://hashcat.net/beta/
undeath hashcat 14 3,928 12-11-2019, 12:00 AM
    Thread: WPA help
Post: RE: WPA help

standard wpa(2) is mode 2500. Unless you know what PMK or PMKID means you don't need them.
undeath General Talk 1 978 12-11-2019, 01:00 AM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

Note that post is about v1 blockchain wallets only. I don't know if it applies to v2 wallets as well. And if the hash gets loaded excessive data length should make no difference in cracking a v2 hash....
undeath hashcat 14 3,928 12-11-2019, 04:59 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

this code is not extraordinarily fast but should give you an idea: Code: -- #!/usr/bin/env python3 from sys import argv from itertools import product if len(argv) != 2: print("usage: {} place...
undeath hashcat 10 3,557 12-11-2019, 05:28 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

that just means hashcat can't find the myhash.txt file
undeath hashcat 14 3,928 12-11-2019, 11:05 PM
    Thread: two-key triple DES
Post: RE: two-key triple DES

My answer should have made you realise that no matter what hardware you have, there is no way you are going to crack a 112bit DES key.
undeath hashcat 6 1,882 12-12-2019, 09:16 PM
    Thread: I have error please help me
Post: RE: I have error please help me

what is not clear about the error?
undeath hashcat 3 1,264 12-15-2019, 10:26 PM
    Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED

I can reproduce the error you are seeing, but only after the hash has been successfully cracked, hence hashcat exits early.
undeath hashcat 10 3,557 12-16-2019, 01:00 PM
    Thread: change working directory
Post: RE: change working directory

you probably broke the file when you tried to edit it. The format is documented here: https://hashcat.net/wiki/doku.php?id=restore
undeath hashcat 3 1,133 12-16-2019, 10:34 PM
    Thread: Need a new hardware to run Hashcat?
Post: RE: Need a new hardware to run Hashcat?

It's a save bet that cards produced under the ATI label are too old for hashcat.
undeath hashcat 4 1,509 12-19-2019, 11:22 AM
    Thread: MS Word read-only docx hash extract
Post: RE: MS Word read-only docx hash extract

only encrypted office documents are supported, not protected ones
undeath hashcat 4 1,631 12-20-2019, 01:05 AM
    Thread: hashcat in VM
Post: RE: hashcat in VM

to get full speedup the best way would probably be: (note: I'm assuming each key is 8 bytes; adapt as needed) 1. create a wordlist with all combinations of K1 (or a reproducable subset thereof if th...
undeath hashcat 12 4,954 12-21-2019, 06:33 PM