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: VCL network question
Post: RE: VCL network question

VCL uses TCP/IP and is therefore routable, so yes, you can have nodes on different subnets. However, your router likely does not have the bandwidth necessary to support nodes on other subnets. The ba...
epixoip Very old oclHashcat-plus Support 7 11,203 11-19-2012, 11:05 PM
    Thread: VCL network question
Post: RE: VCL network question

Well I haven't got it yet, it should be here on Monday. I was actually in the process of ordering everything when I replied yesterday. I actually decided against the 4x DDR setup at the last minute, a...
epixoip Very old oclHashcat-plus Support 7 11,203 11-21-2012, 06:56 PM
    Thread: VCL network question
Post: RE: VCL network question

The bottleneck would still be there if they were on 1Gbps to the switch, yes. No, you would need a 10Gbit uplink if you had 20 GPUs to achieve near-native performance. If you had two GPUs you could a...
epixoip Very old oclHashcat-plus Support 7 11,203 11-20-2012, 12:05 AM
    Thread: VCL network question
Post: RE: VCL network question

yeah, you can do ethernet channel bonding. it's extremely easy to set up. with four GPUs you could get away with 2Gbps to the broker, and 1Gbps to the compute nodes. i just ordered a 4x DDR (20Gbps) ...
epixoip Very old oclHashcat-plus Support 7 11,203 11-20-2012, 07:07 PM
    Thread: Non printable ascii characters in salt
Post: RE: Non printable ascii characters in salt

seanmheff Wrote: (12-02-2012, 03:01 PM) -- This is a non printable character, herein lies my problem - I cannot write it to a file and have hashcat recognize it! -- you can use printf etc to write ...
epixoip Old hashcat Support 7 13,203 12-02-2012, 03:28 PM
    Thread: no faster WPA2 cracking?
Post: RE: no faster WPA2 cracking?

yes, that is correct.
epixoip General Talk 7 16,161 12-10-2012, 08:06 AM
    Thread: Hashcat-plus and "not found passwords"
Post: RE: Hashcat-plus and "not found passwords"

It does matter. Your mask is 8 chars long, and you did not specify to use incremental mode. Therefore it is not trying 0 - 99999999, but rather 00000000 - 99999999.
epixoip Very old oclHashcat-plus Support 7 13,186 12-20-2012, 08:49 PM
    Thread: Bug using markov chains?
Post: RE: Bug using markov chains?

I don't see anything wrong with your command so it may be a bug, but I cannot reproduce it. What happens if you use other threshold values? Did you alter hashcat.hcstat in any way?
epixoip Very old oclHashcat-plus Support 7 12,276 12-23-2012, 06:13 AM
    Thread: oclHashcat without window manager
Post: RE: oclHashcat without window manager

just because you need to run x11 doesn't mean you need to run oclHashcat from within a window manager. you can still run it at console if you export the appropriate display.
epixoip General Help 7 12,783 12-31-2012, 02:18 AM
    Thread: 2013 outdated versions
Post: RE: 2013 outdated versions

you must have missed the releases?
epixoip Beta Tester 7 6,486 01-01-2013, 12:06 PM
    Thread: 2013 outdated versions
Post: RE: 2013 outdated versions

no, he didn't. he posted it 30m after the hashcat release, and about 5 hours after the plus/lite release.
epixoip Beta Tester 7 6,486 01-01-2013, 03:29 PM
    Thread: 2013 outdated versions
Post: RE: 2013 outdated versions

yes, and me and K9's point is that the beta versions are obsolete, so it does not matter.
epixoip Beta Tester 7 6,486 01-01-2013, 04:21 PM
    Thread: oclhascat64 has stopped to work ...
Post: RE: oclhascat64 has stopped to work ...

you talk about "same error" and "this error" but you never actually mention what the error is.
epixoip Very old oclHashcat-plus Support 7 10,859 01-04-2013, 10:28 PM
    Thread: .
Post: RE: CudaHashcat-plus64.exe - System Error

If you have an AMD GPU, you should not be using cudaHashcat64.exe. CUDA is for Nvidia only. Maybe you can post your command line.
epixoip Very old oclHashcat-plus Support 7 10,761 01-29-2013, 11:54 PM
    Thread: .
Post: RE: CudaHashcat-plus64.exe - System Error

Oh, you must be using blandyuk's GUI then. Maybe you can take a screen shot of the options you're using?
epixoip Very old oclHashcat-plus Support 7 10,761 01-30-2013, 01:07 AM
    Thread: Performance issue, 2x6990 oclHashcat-plus-0.13 on Win7 x64
Post: RE: Performance issue, 2x6990 oclHashcat-plus-0.13...

uninstall the APP SDK and re-install the driver.
epixoip Very old oclHashcat-plus Support 7 10,878 02-04-2013, 08:57 PM
    Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...

the problem with asics is that they are, by definition, application-specific. bitcoin asics will only work for bitcoin, and nothing else. well, you could attempt to use them for password cracking, but...
epixoip Hardware 7 18,673 02-10-2013, 12:38 PM
    Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...

lots of used high-end gpus should be hitting the market soon as more people abandon gpu mining.
epixoip Hardware 7 18,673 02-10-2013, 04:39 PM
    Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...

between halving day and asics hitting the market, gpu mining is no longer profitable.
epixoip Hardware 7 18,673 02-12-2013, 06:45 AM
    Thread: [solved] How to remove numbers from dictionary .txt or .dic
Post: RE: How to remove numbers from dictionary .txt or ...

sed -i 's/[0-9]//g' dict
epixoip General Help 7 12,710 02-14-2013, 03:27 PM