Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: AMD APP SDK v2.4 released
Post: RE: AMD APP SDK v2.4 released
This SDK release sucks.
1) Removed the clc tool which was very useful and now I have to write my own ocl compiler to check build errors.
2) Unlike what they claim, kernel launch latency is roughly th... |
|
gat3way |
General Help
|
10 |
33,707 |
04-08-2011, 11:50 AM |
|
|
Thread: oclHashcat-lite leaked !!!
Post: RE: oclHashcat-lite leaked !!!
|
gat3way |
Very old oclHashcat-lite Announcements
|
21 |
57,937 |
03-27-2011, 01:19 AM |
|
|
Thread: Help for crack SHA1 salt:password
Post: RE: Help for crack SHA1 salt:password
The IMEI you've provided is actually in hex. Same goes for the actual sl3 code you are trying to crack. Same goes for the zero CRC at the end which is actually a zero byte, 0x00, not 0x30.
Also, m... |
|
gat3way |
Very old oclHashcat Support
|
6 |
21,788 |
02-04-2011, 04:54 PM |
|
|
Thread: Share your oclHashcat+ speeds
Post: RE: Share your oclHashcat+ speeds
ATI 6870
./oclHashcat+64.bin '$1$ttZyaHgu$2VuH9BXN6KKJLp99ofMLy.' -m 500 -n 40 -r rules/perfect.rule rockyou.txt
oclHashcat+ v0.03 starting...
Hashes: 1
Bitmaps: 8 bits, 256 entries, 0x000000... |
|
gat3way |
Old oclHashcat Support
|
16 |
40,989 |
01-31-2011, 11:25 PM |
|
|
Thread: [split] BFI_INT from OpenCL
Post: RE: [split] BFI_INT from OpenCL
Tested yesterday, both are the same as 1) on GPU and on CPU.
I find it a bit strange that 1), 4) and 5) are slower than 3) though. You have one bitwise operation less, however it should be worse as t... |
|
gat3way |
User Contributions
|
9 |
25,958 |
12-17-2010, 10:02 AM |
|
|
Thread: [split] BFI_INT from OpenCL
Post: RE: AMD Stream 2.3 SDK released
It seems that bitselect() does not offer any benefit over using (a&b)|(~a&c). None at all. Not that I hoped that the compiler will somehow generate magically better IL code using some magic instructio... |
|
gat3way |
User Contributions
|
9 |
25,958 |
12-15-2010, 11:06 PM |
|
|
Thread: [split] BFI_INT from OpenCL
Post: [split] BFI_INT from OpenCL
Doesn't the clc compiler generate BFI_INT code when bitselect() is used?
|
|
gat3way |
User Contributions
|
9 |
25,958 |
12-15-2010, 12:21 AM |