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: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

They tested Hashcat CPU and does not have that limit?
atom General Help 6 11,604 01-25-2013, 11:57 AM
    Thread: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

I removed it from there and split it to here because it didnt fit in the other thread
atom General Help 6 11,604 01-25-2013, 01:18 PM
    Thread: ERROR: clGetPlatformIDs() -1001 Win 8
Post: RE: ERROR: clGetPlatformIDs() -1001 Win 8

-1001 usually means your driver is correctly installed , but the opencl runtime not. do you have a special stripped/light version of the driver installed?
atom Very old oclHashcat-lite Support 6 16,015 01-27-2013, 09:44 AM
    Thread: ERROR: clGetPlatformIDs() -1001 Win 8
Post: RE: ERROR: clGetPlatformIDs() -1001 Win 8

did you had a nvidia card before in that system? the forceware driver also install an opencl runtime and if its not removed properbly before you install catalyst the amd driver will use that wrong one
atom Very old oclHashcat-lite Support 6 16,015 01-27-2013, 01:24 PM
    Thread: ERROR: clGetPlatformIDs() -1001 Win 8
Post: RE: ERROR: clGetPlatformIDs() -1001 Win 8

hmm maybe 13.1 is to new for driver fusion. you can try to manually remove opencl.dll
atom Very old oclHashcat-lite Support 6 16,015 01-27-2013, 09:14 PM
    Thread: How does 15 character limitation help in a speed up?
Post: RE: How does 15 character limitation help in a spe...

The main optimization idea bases on the fact that we have W[5] - W[13] (in MD5) set to zero. If its zero there is no need to add the secret key to the intermediate digest because X + 0 = X. For each s...
atom General Talk 6 15,131 03-10-2013, 01:13 PM
    Thread: HashcatGUI v0.27 Released
Post: RE: HashcatGUI v0.27 Released

Thanks Blandy, you really need to port this to linux :)
atom User Contributions 6 20,061 03-10-2013, 01:20 PM
    Thread: (updated) Hashcat 0.45b6 vs oclHashcat 0.15b9 - duplicated rules behavior
Post: RE: Hashcat vs oclHashcat - duplicated rules behav...

Yes, thats a behaivior that resulted from the old days when oclHashcat-plus only was able to do dictinoary attack using rules and then by using rules like perfect.rule to meassure the performance. Tha...
atom Beta Tester 6 6,231 04-19-2013, 10:44 AM
    Thread: Catalyst 13.4
Post: RE: Catalyst 13.4

Yes I've tested it. So far I do not see much difference to catalyst 13.1. Its a bit slower but not much. However, running on Linux with X11 works, but it sill crashes once it tries to use the ADL libr...
atom Very old oclHashcat-plus Support 6 11,793 04-26-2013, 10:49 AM
    Thread: NetNTLMv1 format
Post: RE: NetNTLMv1 format

fixed, thanks
atom Very old oclHashcat-plus Support 6 20,096 05-16-2013, 06:49 PM
    Thread: Same hashes different results
Post: RE: Same hashes different results

You could start posting all required information for us to reproduce the problem. Like hashes, dictionary, words, commandlines, screenshots, etc..
atom Very old oclHashcat-plus Support 6 13,507 05-22-2013, 11:15 AM
    Thread: oclHashcat-plus restore file format struct
Post: RE: oclHashcat-plus restore file format struct

The format is about to change with new release. Once I've released it, I will also release new struct, OK?
atom Very old oclHashcat-plus Support 6 13,999 06-17-2013, 12:45 PM
    Thread: oclHashcat-plus restore file format struct
Post: RE: oclHashcat-plus restore file format struct

No, thats not possible for oclHashcat-plus. It's much more complicated.
atom Very old oclHashcat-plus Support 6 13,999 06-18-2013, 12:49 PM
    Thread: Salted SHA-1 found by Lite but not by Plus
Post: RE: Salted SHA-1 found by Lite but not by Plus

In oclHashcat-plus, the max. supported salt length is 32
atom Very old oclHashcat-plus Support 6 10,960 06-26-2013, 08:29 AM
    Thread: -a 6 crashing ?!
Post: RE: -a 6 crashing ?!

null pointer dereferences mostly point to a bug, thats true. but i cant reproduce it and thats what makes it hard. can you try to find a very small dictionary that makes it possible to reproduce it an...
atom Beta Tester 6 6,120 07-08-2013, 11:26 AM
    Thread: -a 6 crashing ?!
Post: RE: -a 6 crashing ?!

cool thanks yeah that was actually a fixed bug
atom Beta Tester 6 6,120 07-15-2013, 10:17 AM
    Thread: Is cracking WPA/TKIP faster than WPA2/AES?
Post: RE: Is cracking WPA/TKIP faster than WPA2/AES?

Wait, oclHashcat-plus is not cracking the cipherstream, it's cracking the handshake. Therefore, it makes no difference in terms of speed if it's WPA1 or WPA2.
atom General Talk 6 22,175 08-08-2013, 06:18 AM
    Thread: -1% utilization issue with cudahashcat
Post: RE: -1% utilization issue with cudahashcat

The -1% means that the API provided by nvidia does not allow the reading of the GPU utilization. This is not oclHashcat-*'s fault, blame nvidia. The utilization is like epixoip said, you're not pro...
atom Very old oclHashcat-plus Support 6 11,935 08-12-2013, 02:50 PM
    Thread: SHA-256 Problem
Post: RE: SHA-256 Problem

It's correct what undeath said. To explain you need to understand how multichar bytes are used in your case. The length for tests is 5, correct. The length for testā and tēsta is 6, not 5!...
atom General Help 6 14,998 08-12-2013, 02:57 PM
    Thread: Is cracking WPA/TKIP faster than WPA2/AES?
Post: RE: Is cracking WPA/TKIP faster than WPA2/AES?

The slow PBKDF2 part is same for both, which is why they have the same speed. After that, WPA1 uses MD5 while WPA2 uses SHA1 but thats so fast compared to the slow part that you wont see a difference.
atom General Talk 6 22,175 08-12-2013, 03:07 PM