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 [desc] Views Posted
    Thread: PeopleSoft with salt
Post: RE: PeopleSoft with salt

The salt is intrinsic to the hash. The only way to rework the salts would be if you already had the plain text password.
royce hashcat 3 4,401 06-13-2017, 05:21 PM
    Thread: Hashcat outputting blank result (pdf crack)?
Post: RE: Hashcat outputting blank result (pdf crack)?

Not dumb - just learning. ;) Glad you found an answer (from yourself, even!) :)
royce hashcat 3 3,180 11-19-2017, 01:38 AM
    Thread: clGetEventProfilingInfo(): error on EVGA 1080ti
Post: RE: clGetEventProfilingInfo(): error on EVGA 1080t...

What's the output of hashcat -I and nvidia-smi?
royce hashcat 3 3,905 11-19-2017, 02:16 AM
    Thread: Hashcat two separators - Other Questions
Post: RE: Hashcat two separators - Other Questions

Looks like there's more than one question here. A) You'll have to trim out the email, or replace the first colon with a different character (so that hashcat will treat the entire string as the "use...
royce General Talk 3 4,704 11-19-2017, 03:02 AM
    Thread: Passwords13 Las Vegas CFP
Post: RE: Passwords13 Las Vegas CFP

[scavenging for unanswered posts, no need to reply] For what it's worth, here's a link to all of the talks that were accepted. :) https://www.youtube.com/playlist?list=PLdIqs92nsIzTphHrDlIucuMP2...
royce General Talk 3 8,278 11-19-2017, 03:13 AM
    Thread: Recommend hardware
Post: RE: Recommend hardware

Sorry no one replied when you posted this originally. What did you end up buying?
royce Hardware 3 4,735 11-19-2017, 03:24 AM
    Thread: clGetEventProfilingInfo(): error on EVGA 1080ti
Post: RE: clGetEventProfilingInfo(): error on EVGA 1080t...

A well-rounded success story. Thanks for the update. :)
royce hashcat 3 3,905 11-19-2017, 07:15 PM
    Thread: Recommend hardware
Post: RE: Recommend hardware

Interesting - I'd totally missed the 1070 Ti as even being an upcoming thing! Eyeballing the specs and the list price, a used 1080 FE would probably still be a better deal?
royce Hardware 3 4,735 11-19-2017, 07:27 PM
    Thread: newbie mask help
Post: RE: newbie mask help

Hitting 'Resume' when you're already running just prints 'Resumed' again, even if you are not paused. If you press Enter, you'll see some progress information. Or you can add --status to display st...
royce hashcat 3 3,417 11-23-2017, 07:01 PM
    Thread: newbie mask help
Post: RE: newbie mask help

If you hit Enter, it should give you a current estimate.
royce hashcat 3 3,417 11-24-2017, 01:55 AM
    Thread: bitcoin hash not started
Post: RE: bitcoin hash not started

Does OpenCL work with your card? What OS, and what version of AMD drivers? What is the output of hashcat -I? Edit: it looks like that card has been "no more driver improvements" since 2015? ...
royce hashcat 3 3,050 11-25-2017, 06:39 PM
    Thread: bitcoin hash not started
Post: RE: bitcoin hash not started

According to the main hashcat webpage, this driver version is required: AMD GPUs on Windows require "AMD Radeon Software Crimson Edition" (15.12 or later)
royce hashcat 3 3,050 11-25-2017, 11:00 PM
    Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique

The assumption is that the user will deduplicate, if desired.
royce hashcat 3 2,897 11-29-2017, 12:27 AM
    Thread: Quad 1080 ti Build | Need Hardware Advice
Post: RE: Quad 1080 ti Build | Need Hardware Advice

x16 throughput is not important for most hashcat attacks. x4 is the minimum from my testing, for both hashcat and john. Having some RAM and CPU to feed the GPUs for some attacks is a good call. Dit...
royce Hardware 3 4,053 11-29-2017, 12:42 AM
    Thread: Combinator Attack and unique
Post: RE: Combinator Attack and unique

CPU, I would think. Here's an alias that I stole from epixoip that works well on Linux: Code: --    bigsort() { LC_ALL=C sort --parallel=4 -S 4000M -T /path/to/fast/storage/ $*; } -- A...
royce hashcat 3 2,897 11-29-2017, 10:37 PM
    Thread: Minimun GPU mem requirements
Post: RE: Minimun GPU mem requirements

Hmm - not sure how this translates into total RAM, but the value checked by OpenCL in the code is here: https://github.com/hashcat/hashcat/blob/master/src/opencl.c#L3076-L3085 Code: -- ...
royce hashcat 3 3,643 12-08-2017, 05:00 PM
    Thread: Benchmarks for GTX 1070Ti FE (Founders Edition)
Post: RE: Benchmarks for GTX 1070Ti FE (Founders Edition...

Nice - thanks!
royce Hardware 3 7,857 12-30-2017, 05:53 AM
    Thread: Assistance building mask
Post: RE: Assistance building mask

+1. Specifically: Code: -- $ cat words.list red blue green yellow $ cat mask.list ?d?s ?d?d?s ?d?d?d?s ?d?d?d?d?s $ hashcat --stdout -a 6 words.list mask.list | head red1. red0....
royce hashcat 3 2,722 01-07-2018, 07:25 PM
    Thread: Hashcat command
Post: RE: Hashcat command

To verify your approach, you can use the --stdout parameter to check to see what is being output.
royce hashcat 3 3,909 01-12-2018, 06:38 AM
    Thread: How to select exact search space?
Post: RE: How to select exact search space?

Not knowing any better, what is the value in carving up the search space based on human-readable criteria? Why not just use -s/--skip and -l/--limit naturally, and the math like: https://hashcat.n...
royce hashcat 3 3,487 01-13-2018, 10:58 PM