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 [asc] Views Posted
    Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512

The purpose of a salt is not to make it slower but to defeat multihash techniques and any forms of precomputation (like RT). In some cases salted hashes are exactly as fast as unsalted ones (if cracki...
atom General Talk 2 2,404 07-04-2018, 06:58 PM
    Thread: word list + 2 msk
Post: RE: word list + 2 msk

Appending mask and prepending mask?
atom General Talk 2 2,484 07-05-2018, 11:13 AM
    Thread: [Newb] Mask attack on FNV1a-32
Post: RE: [Newb] Mask attack on FNV1a-32

There's no way to get back the original string, since there's too much data lost. All you can do is to collide it. Since it's a 32 bit checksum, you will be flooded with possible collisions, even on C...
atom General Talk 2 2,437 07-14-2018, 11:03 PM
    Thread: stdin mode..
Post: RE: stdin mode..

hashcat can not know how many password candiates are fed to stdin mode, thus it can not calculate finishing time.
atom General Talk 2 4,038 07-17-2018, 07:27 PM
    Thread: Skipping mask
Post: RE: Skipping mask

You can not fix this. If an algorithm has a minimum password length then you can not have shorter passwords.
atom General Talk 2 2,565 07-29-2018, 01:20 PM
    Thread: can't crack PBKDF2-HMAC-SHA1 with sample provided
Post: RE: can't crack PBKDF2-HMAC-SHA1 with sample provi...

Can not reproduce: Quote: -- root@ht:~/hashcat# echo sha1:1000:MzU4NTA4MzIzNzA1MDQ=:19ofiY+ahBXhvkDsp0j2ww== > sup root@ht:~/hashcat# echo hashcat > dic root@ht:~/hashcat# ./hashcat -m 12000 s...
atom hashcat 2 2,250 07-28-2018, 04:57 PM
    Thread: hcxdumptool status
Post: RE: hcxdumptool status

The enable status syntax changed in latest version. You need to add a number, see the help menu. About the mask, please check the mask attack page on wiki: https://hashcat.net/wiki/doku.php?id=mask...
atom hashcat 2 4,733 08-09-2018, 12:27 PM
    Thread: Software Encrypted Files
Post: RE: Software Encrypted Files

There's a lot of SHA256 checksums (not hashes passwords) in the file. Sometimes they are paired with an IV, which doesn't make sense, since SHA256 does not use an IV. So the speculation would be that ...
atom General Talk 2 2,218 09-08-2018, 10:18 AM
    Thread: Thanks
Post: Thanks

Just wanted to say thanks to you guys (you know who you are) who are helping answering questions in this forum.  I couldn't do it alone while doing development at the same time. So thank you!
atom User Contributions 2 3,034 10-11-2018, 09:04 PM
    Thread: Help with optimizing dict attack
Post: RE: Help with optimizing dict attack

Try with prince and use the words in the basewords with and without spaces at the end
atom General Talk 2 2,486 10-25-2018, 07:21 AM
    Thread: word combinations with masks between
Post: RE: word combinations with masks between

If you use 6223 you don't need to use 6221. IOW, there's a just a total of 3 modes to check: 6213 6223 6233
atom General Talk 2 2,118 11-17-2018, 12:42 AM
    Thread: Explain the $HEX?
Post: RE: Explain the $HEX?

Depending on your hashcat version the behaviour changes a bit. In the latest version if the password is a valid UTF8 password, it is displayed as it is. Only in case if the password is not a valid UTF...
atom hashcat 2 2,038 12-16-2018, 11:23 PM
    Thread: Hashcat Shows Double the GPU count?
Post: RE: Hashcat Shows Double the GPU count?

Very strange behavior, never saw that before. Problem roots likely in /etc/OpenCL/vendors/ configuration.
atom hashcat 2 1,800 01-10-2019, 05:12 PM
    Thread: Issues running hashcat
Post: RE: Issues running hashcat

You need you buy new GPU.
atom hashcat 2 4,508 01-31-2019, 09:39 AM
    Thread: hashcat finds cpu but not gpu
Post: RE: hashcat finds cpu but not gpu

Typically the nvidia driver should install it's own opencl runtime, but for some reason it did not. Another question is why is there an AMD opencl runtime detected. Maybe the computer had an AMD GPU i...
atom hashcat 2 1,867 02-13-2019, 05:09 PM
    Thread: Task Manager has Hashcat using more CPU than GPU
Post: RE: Task Manager has Hashcat using more CPU than G...

The high CPU use on startup is because of the kernel compilation. This is done by the opencl runtime which is provided from the opencl device driver. It creates some initial CPU load only for a short ...
atom hashcat 2 2,062 02-13-2019, 07:06 PM
    Thread: Help Desk password hash
Post: RE: Help Desk password hash

Converted wordlist can't work in optimized mode or only up to 6 character passwords in pure mode. The only way to crack this is to write a separate hashcat kernel. Expect raw sha1 performance and divi...
atom hashcat 2 1,814 02-16-2019, 10:38 AM
    Thread: Weird client behaviour in Brain Attack
Post: RE: Weird client behaviour in Brain Attack

Please provide all information like commandline setup and files so that we can reproduce locally.
atom hashcat 2 1,811 02-20-2019, 08:47 AM
    Thread: no such directory after make install
Post: RE: no such directory after make install

This should explain it better, note that the apt-get remove in this case represents the rm command: Quote: -- root@ro:~# touch /usr/bin/bla root@ro:~# chmod +x /usr/bin/bla root@ro:~# rm /usr/...
atom General Talk 2 2,399 03-03-2019, 11:40 AM
    Thread: AES128 is this possible ?
Post: RE: AES128 is this possible ?

It can not. People attack the KDF, which is used to create the AES key. But that's not the fault of AES.
atom General Talk 2 1,973 03-14-2019, 08:39 AM