Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Custom OpenCL kernel question
Post: Custom OpenCL kernel question
Hi.
I'm trying to write a custom kernel to implement algorythm like this:
PHP Code:
--
$static_salt1 = "123jjdsfhjrhfjrhdkedjkewdjdwjdwkjdkewjdkewjdkewjkdjwefjrhfjrhfjrhfjrhfjhrjfhrjsbdnsbdfrfjeh4... |
|
hashdawg |
hashcat
|
4 |
4,317 |
06-21-2018, 03:01 PM |
|
|
Thread: Custom OpenCL kernel question
Post: RE: Custom OpenCL kernel question
Finally, after a day of struggling I was able to implement what I've needed!
It's very tricky to pass multiple salts to a kernel, I had to use concatenated salt in parsing function (src/interface.c... |
|
hashdawg |
hashcat
|
4 |
4,317 |
06-23-2018, 01:55 PM |
|
|
Thread: Custom OpenCL kernel question
Post: RE: Custom OpenCL kernel question
It seems though I'm not getting full utilization on my GPUs for some reason?
Is it because of the pure kernel?
NOTE: I'm using big wordlist with huge rules, so there is no warning regarding "provide... |
|
hashdawg |
hashcat
|
4 |
4,317 |
06-23-2018, 11:51 PM |
|
|
Thread: OpenCL issue running hashcat
Post: RE: OpenCL issue running hashcat
Most likely your card is not supported by current version of hashcat.
atom said several times that pre maxwell cards are not supported on hashcat 3+.
Either use new card or old oclhashcat. |
|
hashdawg |
hashcat
|
3 |
5,288 |
08-26-2016, 12:32 PM |
|
|
Thread: sticky of current recommended hardware choices
Post: RE: sticky of current recommended hardware choices
intertan Wrote: (08-20-2016, 03:37 AM)
--
One thing I have noticed and looking into myself is what motherboard/cpu combo to get. Plus psu, ram hdd and case.
One thing that might help is if someone k... |
|
hashdawg |
Hardware
|
2 |
4,183 |
08-20-2016, 12:33 PM |
|
|
Thread: [SOLVED] xdm setup problem with server videocard
Post: [SOLVED] xdm setup problem with server videocard
Hi.
I've been using just fine my current xorg setup with xdm environment on my old hardware. It worked just fine.
But recently I've upgraded to the newer server-grade hardware.
I had to swit... |
|
hashdawg |
hashcat
|
1 |
4,672 |
03-29-2017, 02:20 PM |
|
|
Thread: [SOLVED] xdm setup problem with server videocard
Post: RE: xdm setup problem with server videocard
After trying different options it seems I need to use config like this:
Code:
--
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" ... |
|
hashdawg |
hashcat
|
1 |
4,672 |
03-29-2017, 04:06 PM |