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: OSX 10.10 hash
Post: RE: OSX 10.10 hash

The options you provided would search for loweralphanumeric passwords that are exactly five characters long. With these options, hashcat will run until it either finds the password, or has exhausted t...
epixoip Old hashcat Support 7 12,569 04-16-2016, 06:41 PM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

Yeah those -n/-u values don't really make sense. If you don't know what you're doing with those, just use ''-w 3'' instead.
epixoip User Contributions 7 12,543 02-23-2015, 10:09 PM
    Thread: ERROR: clEnqueueCopyBuffer() -30
Post: RE: ERROR: clEnqueueCopyBuffer() -30

The optimal -n/-u values vary depending on the algorithm. The -n/-u values you were using are for WPA, not MD5. Typically for MD5 you'd use -n 128 -u 1024 (or -n 256 if you have the RAM to support it....
epixoip User Contributions 7 12,543 02-24-2015, 01:07 AM
    Thread: Newbie questions
Post: RE: Newbie questions

All of your questions are answered here https://hashcat.net/wiki/doku.php?id=oclhashcat
epixoip Old oclHashcat Support 8 12,539 12-30-2014, 04:16 AM
    Thread: Newbie questions
Post: RE: Newbie questions

no
epixoip Old oclHashcat Support 8 12,539 12-30-2014, 04:26 AM
    Thread: Newbie questions
Post: RE: Newbie questions

Your syntax is incorrect. Look at the usage again. Code: -- Usage: oclHashcat64 [options]... hash|hashfile|hccapfile [dictionary|mask|directory]... -- Further, the default mode is 0 so you d...
epixoip Old oclHashcat Support 8 12,539 12-30-2014, 05:50 AM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

Something is not right with your "dizionario" wordlist: Quote: -- Integer overflow detected in keyspace of wordlist: dizionario Progress.........: 0 Candidates.#2....: [Copying] -- I don't...
epixoip hashcat 12 12,535 03-01-2017, 04:51 AM
    Thread: Big hash list problem
Post: RE: Big hash list problem

GPU #1 does not have enough video memory to handle that many hashes with the new version.
epixoip Very old oclHashcat-plus Support 7 12,493 08-26-2013, 09:31 AM
    Thread: Big hash list problem
Post: RE: Big hash list problem

less host memory, not less device memory.
epixoip Very old oclHashcat-plus Support 7 12,493 08-26-2013, 01:47 PM
    Thread: Big hash list problem
Post: RE: Big hash list problem

it does use the memory on both cards, but it does so independently of course.
epixoip Very old oclHashcat-plus Support 7 12,493 08-27-2013, 08:40 AM
    Thread: No Output of Cracked Hashes
Post: RE: No Output of Cracked Hashes

Please stop posting massive screenshots. Learn how to copy/paste from the command line and use code blocks.
epixoip Old oclHashcat Support 10 12,489 02-09-2015, 02:58 AM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

RX470 is essentially just a 7970 at heart, and does indeed have 32 MCU. I'm not sure why clinfo is telling you that you have 14 MCU, which would make it an HD7790/RX460. Probably a driver issue.
epixoip Hardware 10 12,486 12-27-2016, 07:07 AM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

Yes, the R9 280X is a rebranded 7970. And the RX470 is essentially just a 7970 with a die shrink. It's nothing special.
epixoip Hardware 10 12,486 05-02-2017, 07:43 PM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

Bro, seriously, lift the veil. Look with your soul, not your eyes. *Everything* that AMD has released since the dawn of GCN has been based on the 7970. Every new GPU they've released has either been a...
epixoip Hardware 10 12,486 05-06-2017, 06:41 AM
    Thread: RX470 - only 14MCU ????
Post: RE: RX470 - only 14MCU ????

Undeath: I think this is mostly covered by "Can power it?" :) Flomac: I
epixoip Hardware 10 12,486 05-07-2017, 07:27 AM
    Thread: distributed computing for hashcat (cpu)
Post: RE: distributed computing for hashcat (cpu)

vcl would only work if atom wrote cpu kernels in opencl.
epixoip Feature Requests 3 12,475 01-04-2013, 10:31 PM
    Thread: Hello and really need help with a wordlist
Post: RE: Hello and really need help with a wordlist

combinator.bin from hashcat-utils.
epixoip General Talk 5 12,475 02-26-2013, 08:55 PM
    Thread: Hello and really need help with a wordlist
Post: RE: Hello and really need help with a wordlist

to output to a file just use a redirect.
epixoip General Talk 5 12,475 02-26-2013, 11:43 PM
    Thread: How fast should my hashcat be running??
Post: RE: How fast should my hashcat be running??

rln11 Wrote: (07-10-2013, 10:45 PM) -- Are there things I can do to increase this speed? -- sell the gtx and buy a radeon.
epixoip Very old oclHashcat-plus Support 6 12,469 07-11-2013, 12:16 AM
    Thread: Creating a secure hash?
Post: RE: Creating a secure hash?

Your algorithm is nothing more than security through obscurity. Immediate issues identified: You're using a "global salt", so it isn't really a salt at all -- it's just a shared secret, which is n...
epixoip General Talk 6 12,465 01-21-2014, 08:09 AM