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 [asc] Replies Views Posted
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

I think they mean PBKDF2 and SCRYPT. There's another one, a third one, which is presale wallets, but they are not yet supported.
atom hashcat 26 24,603 06-23-2017, 03:21 PM
    Thread: Help me with my itunes password
Post: RE: Help me with my itunes password

Banned for a week for forum rule violation; removed hash
atom hashcat 1 2,516 06-23-2017, 03:24 PM
    Thread: Mac OSX Maverick pass hash
Post: RE: Mac OSX Maverick pass hash

https://web.archive.org/web/20140703020831/https://www.michaelfairley.co/blog/2014/05/18/how-to-extract-os-x-mavericks-password-hash-for-cracking-with-hashcat/
atom hashcat 1 2,306 06-25-2017, 02:30 PM
    Thread: GPU Fan Control
Post: RE: GPU Fan Control

You're right, if you set --gpu-temp-retain=1 it should set the fans to 100% and it works in my case. Maybe you do no have setup the X11 correctly so that an external program can set fans, or you lack...
atom hashcat 1 3,373 06-25-2017, 02:36 PM
    Thread: Candidate definition
Post: RE: Candidate definition

Add them into a textfile and use that as wordlist
atom hashcat 9 13,199 06-25-2017, 02:37 PM
    Thread: Candidate definition
Post: RE: Candidate definition

In DES cracking, parity doesn't matter
atom hashcat 9 13,199 06-27-2017, 11:25 AM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...

Please create the github issue and follow the descriptions in the link from the wiki. Is this something useful for other people too? How many people use this wallet?
atom hashcat 32 25,733 06-27-2017, 11:32 AM
    Thread: AES encrypted password
Post: RE: AES encrypted password

What you mean with AES encrypted. Which KDF was used and which blockmode?
atom hashcat 1 2,410 06-27-2017, 11:34 AM
    Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

I've just tested it (on Ubuntu 16.4): Positive: Installation still works good. Positive: The most important problem with the huge slowdown on rule-based cracking was resolved! Speed actually incre...
atom hashcat 8 9,514 06-29-2017, 02:16 PM
    Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

I've tried on my RX480, it's possible they fixed it only for newer GPU generations. Also make sure to use latest beta for testing from https://hashcat.net/beta/ or github master version.
atom hashcat 8 9,514 06-30-2017, 04:24 PM
    Thread: HC do not recognize pass
Post: RE: HC do not recognize pass

Using --force is always a bad idea. Please provide the original .cap file so we can reproduce locally.
atom hashcat 5 4,833 07-03-2017, 09:23 AM
    Thread: HC do not recognize pass
Post: RE: HC do not recognize pass

I've debugged this with the .cap file you've provided and found the root of the problem. The problem was the ESSID. In the .cap the ESSID changed several times from 'testserv' to 'TEST_SERVER' for the...
atom hashcat 5 4,833 07-04-2017, 10:39 AM
    Thread: Problems with prince processor
Post: RE: Problems with prince processor

https://github.com/hashcat/princeprocessor/releases/download/v0.21/princeprocessor-0.21.7z
atom hashcat 1 2,172 07-04-2017, 10:40 AM
    Thread: markprocessor question error
Post: RE: markprocessor question error

The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead.
atom hashcat 1 2,687 07-04-2017, 10:53 AM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes TrueCrypt and VeraCrypt extraction is the same
atom hashcat 10 26,762 07-06-2017, 09:40 AM
    Thread: Merge wordlists
Post: RE: Merge wordlists

combinator.bin is part of hashcat-utils. Use it as described. First combine two lists into one, then use the result with the third, etc. You can chain this as long as you want, but probably your hdd w...
atom hashcat 10 13,147 07-06-2017, 09:54 AM
    Thread: Merge wordlists
Post: RE: Merge wordlists

https://github.com/hashcat/hashcat-utils/releases/download/v1.8/hashcat-utils-1.8.7z
atom hashcat 10 13,147 07-06-2017, 03:05 PM
    Thread: markprocessor question
Post: RE: markprocessor question

You can't do that with maskprocessor. I've written a small perl script for you. Code: -- for (my $i = 0; $i < 256; $i++) {   my $ones = 0;   for (my $j = 0; $j < 8; $j++)   {     nex...
atom hashcat 1 2,149 07-04-2017, 10:51 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,832 07-06-2017, 09:52 AM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

If you want to crack a bootable crypted partition, please re-read the section about it in the link I posted. The details are listed inside. Here's maybe more help: https://hashcat.net/forum/thread...
atom hashcat 10 26,762 07-15-2017, 12:42 PM