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: Proper way of using --restore
Post: RE: Proper way of using --restore

You can't use -s to "workaround" that behavior, it goes back in how GPU handle their workload.
atom hashcat 8 8,382 09-12-2016, 08:42 AM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

Note that hashcat automatically switches to hex output when the password is not in the 7 bit range, so not between 0x20 and 0x80. That's important to avoid encoding problem on the shell. So, for examp...
atom hashcat 8 11,469 09-12-2016, 06:26 PM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

Absolutely. No one should use ?b unless he knows what he's doing.
atom hashcat 8 11,469 09-12-2016, 06:56 PM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

Well, it's just a specification. You know that from a technical perspective it would work, too.
atom hashcat 8 11,469 09-14-2016, 02:45 PM
    Thread: Something about SHA224
Post: RE: Something about SHA224

SHA224 is not supported. Which application uses it?
atom hashcat 8 12,709 09-15-2016, 04:34 AM
    Thread: Need help with the HOWTO: Ubuntu Server guide
Post: RE: Need help with the HOWTO: Ubuntu Server guide

Please read this, regarding kernel 4.4: https://hashcat.net/forum/thread-5959-post-32131.html#pid32131
atom hashcat 8 12,161 11-03-2016, 04:37 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

It's still 112 bit then, I don't think so.
atom hashcat 8 8,424 11-09-2016, 11:38 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

I know, but even 80 bit would be too much
atom hashcat 8 8,424 11-10-2016, 05:39 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

You can expect ~10GH/s on a 1080.
atom hashcat 8 8,424 11-10-2016, 10:36 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

You can use Msys2 to compile on windows. Works very good, I use it myself.
atom hashcat 8 8,424 11-11-2016, 09:15 PM
    Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

I've just tested it: Positive: Installation went good Positive: Performance in BF mode is still good. Here's a full table: https://docs.google.com/spreadsheets/d/1B1S_t1Z0KsqByH3pNkYUM-RCFMu860nlf...
atom hashcat 8 9,514 01-27-2017, 11:31 PM
    Thread: Parse Database
Post: RE: Parse Database

The hashcat way to do this is using --show: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpas...
atom General Talk 8 8,950 01-27-2017, 11:54 PM
    Thread: Need help with the HOWTO: Ubuntu Server guide
Post: RE: Need help with the HOWTO: Ubuntu Server guide

I typically remove the i386 packages from the AMD installer script, that way I do not need to add the entire architecture
atom hashcat 8 12,161 03-08-2017, 09:52 AM
    Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation

https://twitter.com/hashcat/status/770649376955990016?lang=en Use -m 14000
atom hashcat 8 13,008 03-31-2017, 03:44 PM
    Thread: Use Hashcat for Rainbow Table-generation
Post: RE: Use Hashcat for Rainbow Table-generation

Please see the wiki for example tutorials, videos, etc
atom hashcat 8 13,008 04-01-2017, 10:20 AM
    Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

Just checked new 17.10 driver, no changes to 16.60 - all bugs still exist. Currently 16.40 is still the best amgpu-pro driver.
atom hashcat 8 9,514 04-11-2017, 01:29 PM
    Thread: compiling makefile github
Post: RE: compiling makefile github

How is this any useful? Quote: -- also it shows the password being attacked instead of including nananana as placeholders -- That would actually slow down the attack as the process as to pri...
atom Beta Tester 8 13,135 05-13-2017, 02:47 PM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

Well a quick fix for you would be to rewrite the kernel to reuse the first 8 byte as input for the 2nd and 3rd DES round and do a mask attack where the last 16 byte are static.
atom hashcat 8 7,519 05-21-2017, 01:18 PM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

It depends on who you are and what the purpose is
atom hashcat 8 7,519 05-22-2017, 08:37 AM
    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