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 [asc] Posted
    Thread: oclHashcat not displaying HWMon Info
Post: RE: oclHashcat not displaying HWMon Info

You can run two instances of oclHashcat/cudaHashcat in parallel if you have two different installations, yes.
atom Old oclHashcat Support 1 3,595 02-06-2015, 12:19 PM
    Thread: Outfile Formats and WPA(2)
Post: RE: Outfile Formats and WPA(2)

There's atm no way to do it
atom hashcat 2 3,590 07-12-2016, 09:16 AM
    Thread: AMD Radeon™ R7 M360 2GB DDR3 The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2.0 Error
Post: RE: AMD Radeon™ R7 M360 2GB DDR3 The-Distributio...

AMD users on Linux require "AMDGPU-Pro Driver" (16.40 or later)
atom Hardware 1 3,589 12-18-2016, 11:29 PM
    Thread: hybrid attack much slower in newer version of hashcat??
Post: RE: hybrid attack much slower in newer version of ...

You just need to write the attack a bit different, like this: ./hashcat --stdout -a 6 small_wordlist.txt ?a?a | ./hashcat -m2500 bla.hccapx -w 3 --status --status-timer 10
atom hashcat 2 3,587 03-08-2017, 12:08 PM
    Thread: Radeon HD 6970 24000 H/s : how do I get more speed
Post: RE: Radeon HD 6970 24000 H/s : how do I get more ...

AMD dropped support for 5xxx and 6xxx cards a while back. We've discussed this here several times. Please update your GPU to get good results as hashcat is always optimized for the best card you can b...
atom hashcat 1 3,585 08-12-2016, 03:09 PM
    Thread: User:plain output
Post: RE: User:plain output

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_emailpassword
atom hashcat 3 3,581 09-17-2017, 01:27 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

We've fixed this with commit 82457d290469db2b125e6ae3ebcc922aaf7f9235 New beta is up for test at htts://hashcat.net/beta/
atom hashcat 5 3,576 07-10-2018, 01:33 PM
    Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

Comparison after KDF doesn't sound too complex to me (except IGE mode which I don't know what it does but block-modes tend to be simple because they have to be fast). There's much more complex kernels...
atom hashcat 4 3,573 06-21-2018, 02:00 PM
    Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

Yeah, everything is done on GPU (which is written in OpenCL, which is a reduced C).
atom hashcat 4 3,573 06-22-2018, 09:48 AM
    Thread: Crack Salt
Post: RE: Crack Salt

It's possible for hmac-sha256, but only up to length 55
atom General Help 1 3,570 02-15-2016, 11:42 AM
    Thread: oclHashcat-lite-0.14b15 - Benchmark results
Post: RE: oclHashcat-lite-0.14b15 - Benchmark results

I cant do anything against this, blame AMD
atom Beta Tester 2 3,568 01-28-2013, 10:29 AM
    Thread: Skip masks with few recovered passwords
Post: RE: Skip masks with few recovered passwords

It's removed, didn't like it
atom hashcat 2 3,563 07-25-2016, 09:10 PM
    Thread: Developing and Compiling
Post: RE: Developing and Compiling

Please see src/Makefile it will answer the question regarding compiler, it depends You can use any editor you want to edit the source. For example, I'm using editplus on windows and then transfer t...
atom hashcat 1 3,556 06-26-2016, 10:15 AM
    Thread: (null): No such file or directory
Post: RE: (null): No such file or directory

Problem is, this only occurs with Apple systems. Since I don't have any Apple system I can't reproduce this. There's a github issue for this, hence I'm closing the thread on here: https://github.com/h...
atom hashcat 1 3,556 10-25-2016, 10:59 AM
    Thread: base64(sha256(unicode($pass)))
Post: RE: base64(sha256(unicode($pass)))

You can simply base64 decode and use -m 1430 afterwards, let the salt empty
atom hashcat 1 3,552 09-02-2016, 03:04 PM
    Thread: Easy password with runic
Post: RE: Easy password with runic

You can also use --hex-charset to fine-tune the search space
atom hashcat 6 3,550 07-28-2018, 04:52 PM
    Thread: Oracle T: type?
Post: RE: Oracle T: type?

T: Type as added like 1 day after their release https://twitter.com/hashcat/status/605680220251795456
atom Old oclHashcat Support 1 3,541 11-02-2015, 03:15 PM
    Thread: Mathematical relation between number of GPUs and H/s
Post: RE: Mathematical relation between number of GPUs a...

Yes, if the keyspace to search is large enough, it would be 10X. Basically you can simply sum up all speeds, there's no loss due to parallelization. Hashcat can also handle devices of different ty...
atom hashcat 2 3,532 09-14-2016, 04:33 PM
    Thread: Ryzen (OpenCL) with Hashcat
Post: RE: Ryzen (OpenCL) with Hashcat

AFAIK there'S no dedicated ryzen driver. But the Intel OpenCL runtime supports its (pretty good).
atom hashcat 3 3,532 02-07-2018, 07:23 PM
    Thread: utf-8 problem?
Post: RE: utf-8 problem?

This is a known error, but it occurs only in the NTLM hashes
atom Old oclHashcat Support 1 3,529 08-23-2015, 12:14 PM