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: Very slow speed
Post: RE: Very slow speed

I don't think it will work, but this is some opencl issue, not hashcat.
atom hashcat 16 21,605 11-14-2016, 09:32 PM
    Thread: Very slow speed
Post: RE: Very slow speed

This is the best hint I can give you: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do Follow it *exactly*. If it does not h...
atom hashcat 16 21,605 11-16-2016, 05:27 PM
    Thread: Very slow speed
Post: RE: Very slow speed

By default, if hashcat detect a GPU, it will not use the CPU. You have do enable it manually if you really want to do this. Use -D 1,2 (uppercase D!) The ADL_Overdrive6_FanSpeed_Get() is just an er...
atom hashcat 16 21,605 11-21-2016, 01:17 PM
    Thread: R9 290 vs 290x pricing and reference design questions
Post: RE: R9 290 vs 290x pricing and reference design qu...

You need amdgpu-pro 16.40 for kernel 4.4
atom Hardware 16 18,472 11-29-2016, 12:47 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

If it's overheating you need to fix your cooling issue. That's not an hashcat issue
atom hashcat 16 18,208 03-03-2017, 09:24 AM
    Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...

There's no way to reproduce this if you do not attach files to do so.
atom hashcat 16 6,932 02-13-2019, 07:37 PM
    Thread: OclHashcat+ --remove option / line lenght exception error
Post: RE: [split] OclHashcat+ and --remove

oclHashcat+ does not support --remove
atom Very old oclHashcat-plus Support 15 27,546 02-01-2011, 11:56 PM
    Thread: OclHashcat+ --remove option / line lenght exception error
Post: RE: [split] OclHashcat+ and --remove

hint: if you have some hashes cracked with oclHashcat+ use the outputfile from oclHashcat+ as a dictionary in hashcat (cpu). there you have --remove
atom Very old oclHashcat-plus Support 15 27,546 02-01-2011, 11:58 PM
    Thread: OclHashcat+ --remove option / line lenght exception error
Post: RE: OclHashcat+ --remove option / line lenght ex...

what the problem using hashcat to do the --remove work?
atom Very old oclHashcat-plus Support 15 27,546 02-04-2011, 10:57 AM
    Thread: OclHashcat+ --remove option / line lenght exception error
Post: RE: OclHashcat+ --remove option / line lenght ex...

you may need to cut away the hashes. use cut (port also exists for windows) from unix utils package. cut -b34- < foundpasswords.txt > foundpasswords.txt.cut
atom Very old oclHashcat-plus Support 15 27,546 02-05-2011, 10:48 PM
    Thread: OclHashcat+ --remove option / line lenght exception error
Post: RE: OclHashcat+ --remove option / line lenght ex...

true. i will add it to oclhashcat+ in a later version.
atom Very old oclHashcat-plus Support 15 27,546 02-09-2011, 10:39 AM
    Thread: OclHashcat+ --remove option / line lenght exception error
Post: RE: OclHashcat+ --remove option / line lenght ex...

thats something it will do if it has --remove switch. till then, use hashcat cpu version to do it / see how it behaves
atom Very old oclHashcat-plus Support 15 27,546 02-13-2011, 08:37 AM
    Thread: oclHashcat v0.26b
Post: RE: oclHashcat v0.26b

yes :)
atom Very old oclHashcat-lite Support 15 43,756 02-21-2011, 06:52 PM
    Thread: oclHashcat v0.26b
Post: oclHashcat v0.26b

Hello hashcat community, as some of you guys already know, i started to play around with the BFI_INT instruction (required me to hack the binary kernels of oclHashcat). It was much fun when it work...
atom Very old oclHashcat-lite Support 15 43,756 02-21-2011, 03:50 PM
    Thread: oclHashcat v0.26b
Post: RE: oclHashcat v0.26b

Thanks! Final version will be called oclHashcat-lite and will be released soon after SDK v2.4 is released.
atom Very old oclHashcat-lite Support 15 43,756 03-22-2011, 03:16 PM
    Thread: oclHashcat v0.26b
Post: RE: oclHashcat v0.26b

oclHashcat-lite release will fix this :-)
atom Very old oclHashcat-lite Support 15 43,756 03-25-2011, 05:32 PM
    Thread: oclHashcat v0.26b
Post: RE: oclHashcat v0.26b

no
atom Very old oclHashcat-lite Support 15 43,756 03-26-2011, 08:21 PM
    Thread: again : ERROR: clGetDeviceIDs() -1
Post: RE: again : ERROR: clGetDeviceIDs() -1

This is mostly an error message of an unsupported card. Is it included in here? https://developer.amd.com/sdks/AMDAPPSDK/pages/DriverCompatibility.aspx
atom Hardware 15 35,324 09-16-2011, 11:15 PM
    Thread: again : ERROR: clGetDeviceIDs() -1
Post: RE: again : ERROR: clGetDeviceIDs() -1

hmm strange, but usually this is some opencl installation problem. is it on windows or linux?
atom Hardware 15 35,324 09-16-2011, 11:41 PM
    Thread: how to get percentage
Post: RE: how to get percentage

here is the .restore struct Code: -- typedef struct { uint version_bin; char cwd[256]; uint argc; char argv[30][256]; uint pw_min; uint64 pw_skip; pid_t pid; char unuse...
atom Very old oclHashcat-lite Support 15 27,695 09-17-2011, 09:45 AM