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 [asc] Posted
    Thread: 0 H/s after install opencl very rare
Post: RE: 0 H/s after install opencl very rare

maybe the sudo?
atom hashcat 1 2,954 11-13-2016, 10:09 PM
    Thread: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

You can do mask attack with UTF-8 like this: Quote: -- root@ht:~/hashcat# echo -n ä | xxd 00000000: c3a4                                     .. root@ht:~/hashcat# echo -n ä...
atom hashcat 3 2,949 07-14-2018, 10:48 PM
    Thread: Iterated hash
Post: RE: Iterated hash

You can't, because iteration (as well as salted) are somehow too unprecise to map it to code. Therefore, there can't be any generic hash-mode for this. This is the way to go for you: https://hashca...
atom General Talk 1 2,939 10-25-2016, 10:57 AM
    Thread: noob question
Post: RE: noob question

Does the file exist in ./ ?
atom hashcat 4 2,939 08-06-2018, 11:13 AM
    Thread: Speed drop with hashfile parameter
Post: RE: Speed drop with hashfile parameter

Note that this is not a "reduction". It's important to mention this, otherwise one could think the multihash search algorithm in hashcat is really bad. The reason here is because some hashes can make ...
atom hashcat 2 2,933 02-07-2017, 11:59 AM
    Thread: need help with cracking sha1 hash
Post: RE: need help with cracking sha1 hash

The hash sha1($salt.sha1($salt.sha1($pass))) is not supported.
atom General Talk 1 2,923 10-10-2016, 05:08 PM
    Thread: The speed varies between 1300 KH / s and 608 KH / s
Post: RE: The speed varies between 1300 KH / s and 608 K...

Maybe the large keyspace. Try something more normal like ?l?l?l?l?l?l?l?l and report if it still occurs
atom hashcat 1 2,921 12-30-2016, 11:35 AM
    Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain

Sure, just change the key?
atom hashcat 7 2,914 11-01-2019, 04:16 PM
    Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain

If you just want to know all possible CT of a fixed PT by going through all possible keys, then this is not a task suited for a password cracker. For a password cracker there always needs to be some s...
atom hashcat 7 2,914 11-01-2019, 06:31 PM
    Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain

Note that it depends if you know the PT already. In this case you can encrypt the PT and then compare against a list of CT, which minimal speed drop. However if you need to decrypt the CT and then com...
atom hashcat 7 2,914 11-05-2019, 09:49 AM
    Thread: Hash-encoding exception problems with colon in username
Post: RE: Hash-encoding exception problems with colon in...

You can also try to change the separator itself in your hashlist and then use -p option in hashcat to inform hashcat about the new separator. Make sure it's a ASCII character.
atom hashcat 2 2,899 10-01-2017, 11:44 AM
    Thread: Nvidia K280Q with hashcat
Post: RE: Nvidia K280Q with hashcat

According to NV documents only M60-8Q, M6-8Q virtual GPU is supported
atom hashcat 1 2,891 11-15-2016, 07:14 PM
    Thread: Prince attack mode unsupported
Post: RE: Prince attack mode unsupported

It's not compatible to the base/mod concept required for GPGPU, therefore there's no good reason to implement it. The way to use it is to use the princeprocessor from here: https://github.com/hash...
atom hashcat 1 2,873 11-27-2016, 02:33 PM
    Thread: speed questions about the re-instated purge rule
Post: RE: speed questions about the re-instated purge ru...

Not sure what you're talking about, but dividing rules for cpu and gpu makes no sense to me. Also, this was never a direct performance issue. It's more like that rules have been applied to vector data...
atom hashcat 1 2,850 08-19-2016, 09:30 AM
    Thread: Long Passwords (MDcrypt)
Post: RE: Long Passwords (MDcrypt)

Correct, but for -m 500 only.
atom hashcat 1 2,849 02-06-2017, 10:20 PM
    Thread: Display error with driver Nvidia 378.13
Post: RE: Display error with driver Nvidia 378.13

Tuxel Wrote: (02-21-2017, 11:00 PM) -- Hello, I have found that the Nvidia driver 378.13 the MHz number is displayed incorrectly Quote: -- HWMon.Dev.#1.....: Temp: 35c Fan:  0% Util:100% Core:  ...
atom hashcat 1 2,842 02-23-2017, 01:39 AM
    Thread: H/s clarification
Post: RE: H/s clarification

So far so good, except this: Quote: -- At least to me, this seems to translate to the number of hashes generated per second. If this is the case, the time required for comparison (step 3) will t...
atom hashcat 2 2,829 07-06-2017, 09:52 AM
    Thread: temperature limit reached, aborting
Post: RE: temperature limit reached, aborting

In (ocl)hashcat version 2.xx it's not ok, it just hadn't the code to query the status from the system but it would occur the same way. Just fix your cooling issues.
atom hashcat 1 2,823 09-01-2016, 07:08 AM
    Thread: Hashcat vs TeamViewer
Post: RE: Hashcat vs TeamViewer

Performance mode gets activated. You can use afterburner to enable it without teamviewer, chrome, etc.
atom hashcat 3 2,816 06-24-2018, 03:24 PM
    Thread: hashcat v3.00 + -11 error
Post: RE: hashcat v3.00 + -11 error

You need to fix your OpenCL installation.
atom hashcat 1 2,814 07-04-2016, 12:53 PM