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 [desc] Posted
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

you should follow these instructions: https://hashcat.net/faq/wrongdriver and install the driver from your vendor page (https://www.nvidia.com) only if you are very comfortable with your operating...
philsmd hashcat 9 4,194 01-26-2019, 01:34 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

try to pinpoint the problem by testing only the second half of the file... then again the half (subset) of the file that leads to the freeze etc until you find when and why it freezes. Did you try ...
philsmd Beta Tester 18 4,196 03-29-2020, 01:18 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Can you please test if this also happens with the example hash from: https://hashcat.net/wiki/example_hashes I think that it could easily be that if there is some problem it has to do with the comb...
philsmd Beta Tester 18 4,196 03-30-2020, 07:34 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

in general a patch can be applied by just using Code: -- git apply the_patch.diff -- the "patch" utility on linux etc will work the same way. The pull request was already opened on github: ...
philsmd Beta Tester 18 4,196 03-31-2020, 11:24 AM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

interesting. good to know how to reproduce this. I think I'm now also able to reproduce this (and therefore also this: https://github.com/hashcat/hashcat/issues/2341) problem... I'm currently testi...
philsmd Beta Tester 18 4,196 03-30-2020, 09:07 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

how do you test this ? it's not enough to clone it you need to "make clean" and "make". What exactly fails ? the same password ?
philsmd Beta Tester 18 4,196 03-31-2020, 09:36 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

I can't reproduce this problem. For me the new version work like this: Code: -- git clone https://github.com/hashcat/hashcat cd hashcat make clean make ./hashcat -m 21700 --example-hashes ...
philsmd Beta Tester 18 4,196 03-31-2020, 10:43 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Are you sure this new problem is even related to -m 21700 ? maybe you just have a hardware problem with one of your GPUs. I can't reproduce this (new) problem
philsmd Beta Tester 18 4,196 04-02-2020, 12:20 PM
    Thread: 4 word combinations from a short list of words
Post: RE: 4 word combinations from a short list of words

you could use someting like this (a perl script) and change the words if you need: Code: -- #!/usr/bin/env perl use strict; use warnings; my @words = ( 'fruit', 'apple', 'pear', ...
philsmd General Talk 4 4,206 12-23-2017, 02:22 PM
    Thread: good wordlist
Post: RE: good wordlist

hmm, interesting. but the site looks quite bad/fishy. "tested on neighbours Wi-Fi", bitcoin address, "must-have", big password list to download (let me explain below).... and back to the topic,...
philsmd User Contributions 2 4,253 12-19-2018, 11:02 AM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

well, we had a similar request from here: https://hashcat.net/forum/thread-8012.html and I tried to patch hashcat v5.1.0 (with commit: 1493bc01cfbf3fe0b7f4f639e43813f590439a4d) a little bit to sup...
philsmd hashcat 8 4,266 03-24-2019, 07:42 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

The first step, i.e. implementing the basic DiskCryptor AES module + kernel + test was successfully done: see https://github.com/hashcat/hashcat/commit/60c255a69dd007c02c6514496fe99fce891dae22 and htt...
philsmd hashcat 8 4,266 04-07-2019, 08:37 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

with our latest commit https://github.com/hashcat/hashcat/commit/8f62085ea49d19a2f0e0bebf1ee5ad27f4e51210 we added the support for all the 7 combinations of aes/twofish/serpent (3 pure, 3 with 2 algos...
philsmd hashcat 8 4,266 04-08-2019, 07:49 PM
    Thread: What kind of hash is this ?
Post: RE: What kind of hash is this ?

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 General Help 1 4,268 02-05-2014, 01:53 PM
    Thread: hex output special character
Post: RE: hex output special character

it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string. Yeah, if you really want you can use --outfile-autohex-disable in your fir...
philsmd hashcat 2 4,276 08-02-2016, 10:24 AM
    Thread: Doesn't create output file
Post: RE: Doesn't create output file

The answer is: this happens because you already did crack this specific hash and it was already in your .pot file (see the warning "INFO: removed 1 hash found in pot file"), hence oclHashcat does not ...
philsmd Old oclHashcat Support 1 4,278 03-27-2015, 05:19 PM
    Thread: How are Litecoin wallets encrypted?
Post: RE: How are Litecoin wallets encrypted?

You do not need to guess. The details of the algorithm to derive a key from the user password and use this to encrypt the data/wallet is documented all over the internet, e.g. see here: https://en.bit...
philsmd hashcat 3 4,292 01-15-2018, 09:51 AM
    Thread: Issue with RAR3-hp hash type
Post: RE: Issue with RAR3-hp hash type

This type of rar archives are currently not supported (see https://hashcat.net/wiki/doku.php?id=example_hashes , the supported type is RAR-hp aka rar files with header encryption). $RAR3$*1* means ...
philsmd hashcat 2 4,309 02-03-2017, 02:08 PM
    Thread: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...

I don't really understand this at all... is this your repository ? I don't see any code within this repository, what does it do ? just a manual ?
philsmd Hardware 7 4,315 12-27-2019, 10:42 AM
    Thread: Office hash trouble
Post: RE: Office hash trouble

you should make sure that it looks similar to the example hash listed here: https://hashcat.net/wiki/example_hashes You should also try to use/crack the example hash to make sure that your command...
philsmd hashcat 4 4,319 07-29-2017, 03:37 PM