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 [asc] Author Forum Replies Views Posted
    Thread: Scrypt Example Hash Composition
Post: RE: Scrypt Example Hash Composition

The hash type -m 8900 = scrypt uses a so-called embedded salt (this is at least hashcat's terminology). It means that the salt is part of the string you give hashcat to crack (the "hash") and there ar...
philsmd hashcat 5 10,818 08-19-2016, 09:41 PM
    Thread: Scrypt + Salsa20/8 128 128
Post: RE: Scrypt + Salsa20/8 128 128

1. you are not allowed to post hashes (see forum rules https://hashcat.net/forum/announcement-2.html) 2. your conversion between the 2 formats used by john vs hashcat is completely wrong. hint: jtr do...
philsmd hashcat 7 8,171 08-16-2017, 07:19 AM
    Thread: Scrypt + Salsa20/8 128 128
Post: RE: Scrypt + Salsa20/8 128 128

It should be as easy as running the following script: Code: -- perl scrypt_converter.pl hashes.txt -- where the file scrypt_converter.pl contains this code: Code: -- #!/usr/bin/env perl ...
philsmd hashcat 7 8,171 08-17-2017, 08:59 AM
    Thread: Scrypt + Salsa20/8 128 128
Post: RE: Scrypt + Salsa20/8 128 128

I just did several test with scrypt (even the "pleaseletmein" test) and I found no problem cracking scrypt with hashcat. Could you please be more specific. What do you mean by "still unable to crac...
philsmd hashcat 7 8,171 08-23-2017, 08:37 AM
    Thread: Script or tool for hashing lines needed
Post: RE: Script or tool for hashing lines needed

you can use tools/test.pl for it Code: -- cat example.dict | perl ./tools/test.pl passthrough 0 --
philsmd General Talk 4 1,596 09-25-2019, 07:46 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-11-2016, 06:50 PM) -- and by multiplying the percentage with keyspace you can calculate the offset for --skip -- Sorry, but this statement is bullshit. There is a specific lin...
philsmd hashcat 12 24,560 08-12-2016, 08:42 AM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-13-2016, 05:07 PM) -- So what you will do (or maybe just me ;-)) is, taking the percentage from the last mask hashcat was working on, letting it finish off that mask the way i h...
philsmd hashcat 12 24,560 08-13-2016, 05:57 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

I also think an error or at least a warning should be displayed whenever someone tries to use --skip with a mask file. Since warnings are often ignored by the users, I think hashcat should show an er...
philsmd hashcat 12 24,560 08-13-2016, 10:00 PM
    Thread: Save restore file each NUM seconds
Post: RE: Save restore file each NUM seconds

the question is what you are trying to do. and why you would need that feature. I'm pretty sure it was removed because hashcat can't really be configured to have an update of the progress every x s...
philsmd hashcat 3 844 05-29-2020, 09:27 PM
    Thread: Save list
Post: RE: Save list

you can either use combinator (2 words) and combinator3 (3 words): https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator3 one after the other (first 2 words, then 3 words) for 2 words (only 2...
philsmd hashcat 2 1,423 09-29-2019, 09:54 AM
    Thread: Sapphire R2 290 benchmark
Post: RE: Sapphire R2 290 benchmark

What regards the hang, did you use this registry patch for the driver timeout? https://hashcat.net/wiki/doku.php?id=timeout_patch
philsmd User Contributions 2 7,210 07-13-2014, 06:14 PM
    Thread: Sanity check: "Must include chars" ruleset
Post: RE: Sanity check: "Must include chars" ruleset

If you are sure that the password length is just 10 and only 4 "random" chars, you could also use this approach. First, generate a dict (yes, this is normally not advicable, but for very small random ...
philsmd hashcat 1 2,055 10-26-2017, 07:28 AM
    Thread: Same hashes different results
Post: RE: Same hashes different results

Did some test now but was unable to reproduce this. Are you sure that the charset matches with the passwords, i.e. that all hashes *could* definitely be cracked by the mask? E.g are there no special c...
philsmd Very old oclHashcat-plus Support 6 13,507 05-22-2013, 03:06 PM
    Thread: Same hashes different results
Post: RE: Same hashes different results

I did now try to run the exactly same cmds on my machine (32bit, cuda - gtx 580, win) and I always get following output (tested w/ newest beta and w/ release version 0.14): Code: -- Recovered......:...
philsmd Very old oclHashcat-plus Support 6 13,507 05-25-2013, 10:28 AM
    Thread: sam file
Post: RE: sam file

Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread. Now you've plenty of time to: 1. read agai...
philsmd Old hashcat Support 1 5,293 07-19-2014, 02:13 PM
    Thread: Salted SHA-1 found by Lite but not by Plus
Post: RE: Salted SHA-1 found by Lite but not by Plus

I don't know if this is a problem w/ lite, but it seems to output the digest just in byte-swapped format, see here to understand that (first plus - correct -, then lite): 4205d56d 6dd50542 what h...
philsmd Very old oclHashcat-plus Support 6 10,960 07-02-2013, 09:17 AM
    Thread: Salted SHA-1 found by Lite but not by Plus
Post: RE: Salted SHA-1 found by Lite but not by Plus

I would like to trac(k) this problem here: https://hashcat.net/trac/ticket/174
philsmd Very old oclHashcat-plus Support 6 10,960 07-03-2013, 06:34 PM
    Thread: Salted hash
Post: RE: Salted hash

if you do not know the salt, you would probably need to guess it and this guessing might be very difficult because salts are often both random and long. Therefore, it depends on the algorithm, the ...
philsmd hashcat 4 802 06-04-2020, 08:17 AM
    Thread: Salted hash
Post: RE: Salted hash

what is the algorithm in your opinion ? sha256 ($salt) ? if that would be the case, you could consider the salt just like a unknown password. what is the format of this salt, what is its...
philsmd hashcat 4 802 06-04-2020, 03:30 PM
    Thread: Salt-value exception
Post: RE: Salt-value exception

Please make sure you are using the newest version of hashcat and 7z2hashcat
philsmd General Talk 2 4,621 04-04-2017, 02:13 PM