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 [asc] Forum Replies Views Posted
    Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain

Sure, just change the key?
atom hashcat 7 2,912 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,912 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,912 11-05-2019, 09:49 AM
    Thread: New password guessing method
Post: RE: New password guessing method

Here's a copy from a previous discussion on a different guesser (it was not yet implemented). --- Good thing is, to get this flying, we can distribute the effort. First thing is that PCFG needs...
atom hashcat 2 1,362 01-03-2020, 10:38 AM
    Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor

As long as -m 22000 has backward compatibility mode enabled, the mode is internally set to binary hashfile. This mean you can actually use a .hccapx as well as a PMKID hashlist as well as the new -m 2...
atom hashcat 10 3,156 01-18-2020, 02:47 PM
    Thread: so hashes/s is same as passwords/s?
Post: RE: so hashes/s is same as passwords/s?

The question of the OP was why the number of password candidates is not as he expected. 36^4 = 1,679,616 but should be 36^1 + 36^2 + 36^3 + 36^4 = 1,727,604 The answer to this is simple. If you give...
atom hashcat 6 2,571 01-26-2020, 01:10 PM
    Thread: A bit of an issue with rules.
Post: RE: A bit of an issue with rules.

That's exactly how it should be (see Rejected.........: 3/3). If you want the rules applied before the contraint check use -S.
atom hashcat 4 1,566 02-11-2020, 09:50 PM
    Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles

It works the same way is it is implemented in VC.
atom hashcat 5 1,950 02-19-2020, 01:01 PM
    Thread: About operators for u32x and u8x
Post: RE: About operators for u32x and u8x

Try to avoid u8x if possible. Since GPU are always using 32 bit registers it doesn't matter if you store your 8 bit values into 32 bit integers. Come to IRC if you have more development questions and ...
atom hashcat 1 774 03-04-2020, 04:35 PM
    Thread: RX 5700 XT OpenCL amdgpu-pro problem
Post: RE: RX 5700 XT OpenCL amdgpu-pro problem

1. uninstall pocl, retry. there's a good chance it will work 2. uninstall amdgpu-pro, install rocm. rocm is much better
atom Hardware 3 1,461 03-06-2020, 01:36 PM
    Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types 掩码?l?l?l无法正确�...

There is not enough information provided to reproduce the problem. We need the hashes for the volume.
atom hashcat 6 2,309 03-11-2020, 10:15 AM
    Thread: DES ECB password search
Post: RE: DES ECB password search

With clear byte array, do you mean zero bytes? If yes you can use -m 14000 and set the salt to 0000000000000000
atom General Talk 4 1,229 03-18-2020, 08:38 AM
    Thread: Hashcat 5.1 incorrect сalculates benchmark
Post: RE: Hashcat 5.1 incorrect сalculates benchmark

How about the results in benchmark mode?
atom hashcat 2 1,018 03-18-2020, 08:38 AM
    Thread: DES ECB password search
Post: RE: DES ECB password search

It's a valid collision. both hashcat1 and harhbat1 are valid keys which will do exactly the same encryption/decryption of every input you give. you can verify with openssl.
atom General Talk 4 1,229 03-19-2020, 08:55 AM
    Thread: New plugin developer guide
Post: RE: New plugin developer guide

Thanks for the feedback. Note that this documents is meant as a reference guide, not a tutorial. It would be great to have a quick tutorial, too. If you need any support in writing it, hashcat develop...
atom hashcat 5 1,717 03-28-2020, 07:52 AM
    Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...

You're right the information on the wiki is not fully correct. Use bs=512 count=4097 (not a typo)
atom hashcat 3 863 03-29-2020, 02:36 AM
    Thread: hashcat 6.0.0
Post: hashcat 6.0.0

[hr] Welcome to hashcat v6.0.0! Download binaries and source code from: https://hashcat.net/hashcat/ [hr] It has been a long time since the last release, and a long journey for hashcat 6.0...
atom hashcat 21 87,684 06-16-2020, 05:37 PM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

instead of using: Code: -- hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -- you can also use: Code: -- hashcat -a 0 -m 16800 test.hash word.dict -r test.rule -S --
atom General Talk 8 1,341 06-30-2020, 10:16 AM
    Thread: hashcat v6.1.0
Post: hashcat v6.1.0

[hr] Welcome to hashcat v6.1.0! Download binaries and source code from: https://hashcat.net/hashcat/ [hr] This release is mostly about expanding support for new algorithms and fixing bugs:...
atom hashcat 10 4,017 07-28-2020, 12:40 PM
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

I have updated to hashcat 6.1.1 because of a small bug in hashcat.log and, more important, because of a too new GLIBC requirement in the binary package.
atom hashcat 10 4,017 07-29-2020, 12:30 PM