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: VLIW on NVidia Cuda
Post: RE: VLIW on NVidia Cuda

VLIW code for NVidia is only required for cheap sm_21 models. Basically Ti series cards < 9xx series, like the 560Ti. It is required to get out maximum performance for those cards. With newer cards yo...
atom hashcat 1 4,382 01-12-2016, 08:21 PM
    Thread: invalid source
Post: RE: invalid source

Wth is that GPU? NV117?
atom hashcat 2 4,378 09-27-2016, 03:08 PM
    Thread: printing potfile founds??
Post: RE: printing potfile founds??

if you use --show, stuff like --gpu-temp-* is ignored and not needed
atom General Help 2 4,375 10-08-2015, 11:03 PM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

There's currently no documentation about how to do that. With latest version from github, it should be sufficient to add the host code to interface.c and the kernel in OpenCL/ Note this is very bet...
atom General Talk 3 4,366 11-07-2016, 12:24 PM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

It's definitly more complicated :)
atom General Talk 3 4,366 11-15-2016, 07:17 PM
    Thread: Linux Driver
Post: RE: Linux Driver

Unknown, we need a volunteer to find out :)
atom Old oclHashcat Support 1 4,361 06-10-2016, 05:51 PM
    Thread: hashcat (v3.10) starting in benchmark-mode..Assertion `driver->ctx' failed. Aborted
Post: RE: hashcat (v3.10) starting in benchmark-mode..As...

Try with Intel OpenCL runtime for CPU, not beignet.
atom hashcat 2 4,355 10-04-2016, 02:49 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Everything's fine, the mode 1800 is limited to 16 characters in hashcat, see here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length PS: ...
atom hashcat 3 4,353 11-10-2016, 10:33 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Correct
atom hashcat 3 4,353 11-11-2016, 09:15 PM
    Thread: hash(hash) <-- how to ?
Post: RE: hash(hash) <-- how to ?

You have to write a specific kernel for it
atom hashcat 3 4,352 03-16-2017, 10:20 AM
    Thread: Word List or Mask is too smaill error HELP
Post: RE: Word List or Mask is too smaill error HELP

In this case hashcat would load word2.txt as a maskfile, when then would try to iterate through all words as single (static) masks. That's absolutely not what you want.
atom hashcat 4 4,344 09-17-2017, 01:26 PM
    Thread: hashcat v3.00 + bcrypt
Post: RE: hashcat v3.00 + bcrypt

It's unknown yet, happend after the move from CUDA to OpenCL. I will look into it when I have some time
atom hashcat 2 4,334 06-30-2016, 09:01 AM
    Thread: Abort trap: 6 MAC OS X 10.10.5
Post: RE: Abort trap: 6 MAC OS X 10.10.5

Typical trap 6 error on OSX, cause by too long kernel runtime. Try a more easy kernel.
atom hashcat 1 4,333 03-11-2017, 09:49 PM
    Thread: Custom OpenCL kernel question
Post: RE: Custom OpenCL kernel question

If both salts are fixed you can hardcode them into the kernel code, saves you some work. See kernel 2610 to get any idea on how to start.
atom hashcat 4 4,320 06-22-2018, 09:52 AM
    Thread: Office hash trouble
Post: RE: Office hash trouble

I think office2john.py adds additional columns on both sides, left and right. Double check your modification
atom hashcat 4 4,319 07-29-2017, 05:01 PM
    Thread: -w and sessions
Post: RE: -w and sessions

Try https://github.com/philsmd/analyze_hc_restore
atom Old oclHashcat Support 1 4,318 05-25-2015, 11:15 AM
    Thread: OpenCL Platform #3: The pocl project
Post: RE: OpenCL Platform #3: The pocl project

If you have Intel OpenCL runtime then pocl will be disabled because its slower and more unstable. If you want to try out pocl remove the Intel OpenCL runtime and then use -D 1,2
atom hashcat 5 4,317 07-30-2018, 07:44 PM
    Thread: Nvidia memory utilization.
Post: RE: Nvidia memory utilization.

The 1/4 memory limit is because of OpenCL, which has some weird memory allocation rule. According to their specs: "Max size of memory object allocation in bytes. The minimum value is max (1/4th of CL_...
atom hashcat 1 4,312 09-08-2016, 08:18 AM
  Smile Thread: oclHashcat-lite with per-position markov
Post: oclHashcat-lite with per-position markov

oclHashcat v0.10b70 with per-position markov support is up in /beta Check the runtime !!! :) oclHashcat-lite v0.09 Code: -- root@sf:~/xy/oclHashcat-lite-0.09# ./oclExample.sh oclHashcat-...
atom Beta Tester 3 4,310 06-20-2012, 03:04 PM
    Thread: oclHashcat-lite with per-position markov
Post: RE: oclHashcat-lite with per-position markov

Here some results of a nice test: I cracked the example hash 9b957cc6ab97cbf88c4f6f0f146adafe with: Old oclHashcat-lite emu: (--markov-disable -t 0): 12 mins, 16 secs New oclHashcat-lite: (--m...
atom Beta Tester 3 4,310 06-20-2012, 06:18 PM