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: Help generating password command
Post: RE: Help generating password command

bluepeoplerock Wrote: (08-15-2017, 10:01 PM) -- I need help generating a password command for my old litecoin wallet. I know what the password should be, but i was using a wireless keyboard to type i...
atom hashcat 1 2,427 08-18-2017, 10:25 AM
    Thread: Where to download old versions?
Post: RE: Where to download old versions?

cuda is faster with old gpus opencl is faster with new gpus
atom hashcat 6 4,958 08-21-2017, 04:42 PM
    Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes

Yes, didn't you try the new beta?
atom hashcat 22 17,111 08-21-2017, 04:44 PM
    Thread: Hashcat won't run on large wordlist?
Post: RE: Hashcat won't run on large wordlist?

Maybe you tried to load the wordlist as hashlist. Please post commandline 1:1
atom hashcat 2 3,976 08-26-2017, 04:42 PM
    Thread: Where to download old versions?
Post: RE: Where to download old versions?

It doesn't matter what you think, because this is not a subjective topic. Your GPU is over 4 years old and runs on the Kepler architecture, which is bad with OpenCL. To be exact, everything be...
atom hashcat 6 4,958 08-26-2017, 04:51 PM
    Thread: Distribute calculations and "verification" hashes
Post: RE: Distribute calculations and "verification" has...

hashcat and statsprocessor do not share the same algorithm
atom hashcat 6 6,259 08-26-2017, 04:53 PM
    Thread: --stdout not working?
Post: RE: --stdout not working?

Is fixed already. Just pull latest github master
atom hashcat 2 3,280 08-26-2017, 04:53 PM
    Thread: MD5 crack with first chars known
Post: RE: MD5 crack with first chars known

I'd go -m 20, that allows you to use all attack-modes
atom hashcat 2 2,433 08-28-2017, 08:15 AM
    Thread: kwprocessor route help
Post: RE: kwprocessor route help

That seems correct. If you need to jump it's better to first generate smaller portions using kwprocessor, then combinator attack them.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,168 08-28-2017, 08:17 AM
    Thread: GTX 1080 FE vs GTX 1080 Ti FE
Post: RE: GTX 1080 FE vs GTX 1080 Ti FE

Here's with updated prices: 1080FE: 41354.8 MH/s / €509 = 81.24 MH/s per € 1080tiFE: 53173.6 MH/s / €698 = 76.17 MH/s per €
atom Hardware 8 9,533 08-28-2017, 08:21 AM
    Thread: Where to download old versions?
Post: RE: Where to download old versions?

That's not correct. Both languages compile into PTX first.
atom hashcat 6 4,958 08-31-2017, 10:06 AM
    Thread: IOS Hachcat error Old hccap
Post: RE: IOS Hachcat error Old hccap

Do not convert from .cap to hccap format, convert to hccapx instead. There's plenty of options how to do that.
atom hashcat 1 2,401 08-31-2017, 10:08 AM
    Thread: AES implementation not working on GPUs for small keyspaces?
Post: RE: AES implementation not working on GPUs for sma...

That sounds like you did not make sure to fill the shared memory before early exit the kernel (return too soon).
atom hashcat 4 5,359 08-31-2017, 10:09 AM
    Thread: *processor restore
Post: RE: *processor restore

If you pipe to hashcat, you can not make use of the -s option.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,070 08-31-2017, 10:10 AM
    Thread: Unsupported format (md5($salt.$pass) / Wordpress)?
Post: RE: Unsupported format (md5($salt.$pass) / Wordpre...

Very old wordpress used raw MD5 instead of phpass. You can not convert between them. If you use -m 20, it's perfectly fine to use shorter salts than the one shown in the example hash page. This is jus...
atom hashcat 1 2,598 08-31-2017, 10:12 AM
    Thread: Hashcat 3.6.0 freeze on Ubuntu 16.04.3 LTS with amdgpu-pro-17.30
Post: RE: Hashcat 3.6.0 freeze on Ubuntu 16.04.3 LTS wit...

As you can see from the dmesg output yourself, hashcat is not the problem. The AMDGPU-Pro driver is still kind of unstable. I'd recommend ROCm instead, but even ROCm is still not production ready. The...
atom hashcat 3 5,051 08-31-2017, 10:15 AM
    Thread: 1password agilebits conversion - doesn't match sample?
Post: RE: 1password agilebits conversion - doesn't match...

Maybe format changed in the meanwhile?
atom hashcat 3 3,947 08-31-2017, 10:15 AM
    Thread: RAR3 trouble…!
Post: RE: RAR3 trouble…!

He probably meant 1500 h/s
atom hashcat 7 5,480 08-31-2017, 10:16 AM
    Thread: AES implementation not working on GPUs for small keyspaces?
Post: RE: AES implementation not working on GPUs for sma...

Yeah it's the barrier I mean. It's just important that there's no return statement executed before the kernel reaches this point in code. If it does, it's not guaranteed all data from constant buffer ...
atom hashcat 4 5,359 08-31-2017, 05:51 PM
    Thread: RAR3 trouble…!
Post: RE: RAR3 trouble…!

Why does it seem too low. There's plenty of algorithm that slow. The only way to attack them is with targeted wordlists.
atom hashcat 7 5,480 09-01-2017, 10:22 AM