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 [desc]
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

No need to proof, I know it works if the key B = A and C = A. However, I don't know of any tool doing this. Also there are other (more interessting) attack-vectors on 3des, but all of them require to ...
atom hashcat 8 7,519 05-23-2017, 03:35 PM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

kjs Wrote: (05-23-2017, 03:32 PM) -- atom Wrote: (05-22-2017, 08:41 AM) -- Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works...
atom hashcat 13 22,739 05-23-2017, 03:38 PM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

No, because it's not the related to a CPU architecture. It's the variables datatype that counts.
atom hashcat 13 22,739 05-23-2017, 04:01 PM
    Thread: Downsizing wordlists.
Post: RE: Downsizing wordlists.

I like the idea, I'm using the same techniques for my wordlist. However I'm not removing them entirely, I just sort them out to a dedicated file. 1. Sort out all words < length 7 2. Sort out email...
atom General Talk 2 3,691 05-24-2017, 12:11 PM
    Thread: About Cracking
Post: RE: About Cracking

There's no AES known plaintext attack module and unless the keyspace is largely decreased by some very good password "hint" it's not possible to crack the key based on it.
atom hashcat 1 2,699 05-26-2017, 10:00 AM
    Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

The GPU is too old and the drivers do not support them cleanly, hence the errors. Solution: Buy a new GPU.
atom hashcat 5 6,883 05-26-2017, 10:02 AM
    Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary

In case you only want words of the length between 8 and 10 (inclusive) then: len.bin 8 10 < in.txt > out.txt
atom hashcat 7 7,058 05-26-2017, 10:04 AM
    Thread: hashcat and wps
Post: RE: hashcat and wps

WPS is not supported with hashcat
atom hashcat 2 4,835 05-26-2017, 10:04 AM
    Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

If you want to use linux, use ubuntu
atom hashcat 5 6,883 05-26-2017, 10:07 AM
    Thread: Cracking wpa2 with foreign characters.
Post: RE: Cracking wpa2 with foreign characters.

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_deal_with_special_non-latin_characters_chinese_arabic_etc
atom hashcat 2 4,269 05-26-2017, 10:22 AM
    Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...

If the keyspace is just 2^32 it would be easy to crack the key if you know the plaintext. The keyspace is so small, you wouldn't even need to do it on GPU, you can do it on CPU.
atom hashcat 13 11,856 05-27-2017, 01:04 PM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

I think there's those 2 answers to your 2 questions: a) the status is blocked by a possible large number of cracked hashes you do. that will fix "itself" after a while, that is when you do no longer ...
atom hashcat 13 11,068 06-02-2017, 11:06 AM
    Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax

The mask you specify is not ?1?1?1?1?1?1?1?1 as you could think, it's just "?1". That's because of the --increment option. If you remove it the warning will be be gone.
atom hashcat 4 6,438 06-02-2017, 02:00 PM
    Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax

Protip: use CPU only (-D 1) for such small masks
atom hashcat 4 6,438 06-02-2017, 04:12 PM
    Thread: Start at specific word in list?
Post: RE: Start at specific word in list?

You can use -s to set the base word from where to start
atom General Talk 3 3,861 06-05-2017, 07:07 PM
    Thread: truecrypt with unknown algorithm
Post: RE: truecrypt with unknown algorithm

Wait, that's not useful. If you do for example 6213, there's no need to do 6211, otherwise the entire system would make no sense.
atom hashcat 2 3,237 06-07-2017, 11:21 AM
    Thread: Need help ETHEREUM hashtype 15700
Post: RE: Need help ETHEREUM hashtype 15700

Try again with --scrypt-tmto 2. If it works, it's a driver error. Note that it can take some time to start. Also try -D 1 separately.
atom hashcat 11 12,241 06-09-2017, 09:25 AM
    Thread: hashcat v3.6.0
Post: hashcat v3.6.0

[hr] Welcome to hashcat v3.6.0 release! This release is mostly about new algorithms added. Thanks to everyone who contributed to this release!!! [hr] Download here: https://hashcat.net/has...
atom hashcat 6 26,344 06-09-2017, 05:51 PM
    Thread: Need help ETHEREUM hashtype 15700
Post: RE: Need help ETHEREUM hashtype 15700

The pc does not freeze, it just looks like that. That is because the GPU is so busy with this algorithm it has no clocks left to update the screen for the monitor. The solution is to run hashcat on li...
atom hashcat 11 12,241 06-09-2017, 08:07 PM
    Thread: benchmarking and retain
Post: RE: benchmarking and retain

The kernel runtime (miliseconds) is too short to produce any heat on the GPU
atom hashcat 3 3,392 06-13-2017, 08:38 AM