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

your clinfo doesn't show any Nvidia GPU at all. what physical hardware do you have? if you do not have a nvidia GPU, you shouldn't install the nvidia drivers. You need to install the drivers for ...
philsmd hashcat 9 4,194 01-26-2019, 01:12 PM
    Thread: Help me about --show
Post: RE: Help me about --show

The correct syntax is different. You need to specify the hash type, --show and the original hash list. Code: -- hashcat -m 100 --show unmodified_hashes.txt -- without the original hash list,...
philsmd hashcat 1 1,237 01-18-2019, 09:55 AM
    Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...

as the above mentioned wiki post explains, you need to use --show --username and the original hash lists: Code: -- hashcat -m x --show --username hashes.txt -- where x must be replaced with th...
philsmd hashcat 4 2,495 01-18-2019, 09:58 AM
    Thread: nOOb help
Post: RE: nOOb help

all values from the output of your command you run on macOS are base64 encoded and they need to be base64-decoded and hex-encoded on linux (and most likely also on macOS) you can do something like ...
philsmd hashcat 12 8,107 01-20-2019, 10:03 AM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

maybe the problem is that you installed the drivers via package manager and the package you installed didn't setup up everything, like the ICD etc... Did you try to install the driver from nvidia.c...
philsmd hashcat 9 4,194 01-26-2019, 01:19 PM
    Thread: Worked once and didnt work immediately after
Post: RE: Worked once and didnt work immediately after

you can use the command line switch --potfile-disable if you really intend to crack hashes multipe times and avoid the potfile checks.
philsmd hashcat 3 2,010 01-29-2019, 12:13 PM
    Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working

-d 1,2 is not the correct thing you need. You need to whitelist/select the device types with: --opencl-device-types (or short -D), capital letter "D" -D 1,2 means that both GPUs and CPUs are whiteli...
philsmd hashcat 10 5,059 01-30-2019, 07:07 PM
    Thread: No devices found/left
Post: RE: No devices found/left

I think you are confusing something. why do you need to use -d if you have only 1 GPU ? if you want to enable and/or crack with your CPU, you need to use -D instead. see this --help output sni...
philsmd hashcat 9 7,548 01-25-2019, 11:19 AM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

It depends on how much and what you exactly remember about the missing characters. Do you know their position (missing chars at the end, at the beginning, can be everywhere, ...) ? Can you limit the...
philsmd hashcat 6 3,235 01-25-2019, 11:40 AM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

what is the name of the software that was used to encrypt the drive ?
philsmd hashcat 10 5,754 01-31-2019, 10:38 PM
    Thread: Not a native Intel OpenCL runtime
Post: RE: Not a native Intel OpenCL runtime

you probably have a Intel CPU in addition to your GPU. If you have a CPU with OpenCL support you would need to install the OpenCL driver from software.intel.com to use your CPU too. Does cracking ...
philsmd hashcat 15 47,098 02-01-2019, 12:14 PM
    Thread: Why doesn't the Example Hashes Match With the Hashes That I Extracted?
Post: RE: Why doesn't the Example Hashes Match With the ...

what do you mean? Did you create a new veracrypt file with random data ? of course they differ, because the data is different (and the "salt"/entropy/randomness used by the algorithm is different f...
philsmd hashcat 2 1,669 01-26-2019, 01:01 PM
    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: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...

the syntax as mentioned withn the --help output is: Code: -- hashcat -m 3000 -a 3 hash.txt ?a?a?a?a?a?a?a -- i.e. the hash (or hash file) must be specified before the mask
philsmd hashcat 11 5,132 02-02-2019, 06:03 PM
    Thread: DES Hash
Post: RE: DES Hash

descrypt is -m 1500 = descrypt, DES (Unix), Traditional DES the salt is already within the first chars of the "hash", so no need to repeat it (i.e. no need for sd : sd..., it's just the second part...
philsmd hashcat 2 1,690 02-08-2019, 08:52 PM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

Please follow this guide: https://hashcat.net/faq/wrongdriver) also always mention what your GPUs / CPUs / operating system / drivers are. if you want to start a mask attack, you should also a...
philsmd hashcat 9 3,829 02-10-2019, 08:33 AM
    Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...

try this: https://hashcat.net/faq/wrongdriver there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms. this seems to be a driver installation issue...
philsmd hashcat 1 2,979 02-10-2019, 09:06 AM
    Thread: complex password alternation
Post: RE: complex password alternation

which type of rar archives we are talking about here? hashcat supports these 2 hash types for rar archives: -m 12500 = RAR3-hp -m 13000 = RAR5 (the non-hp version of rar3, i.e. the one without...
philsmd hashcat 1 1,329 01-30-2019, 02:27 PM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

hmm, did you try installing an older driver version ? e.g. the ones recommended on https://hashcat.net/hashcat I'm pretty sure this is not a hashcat issue... but it could of course be that Nvidia c...
philsmd hashcat 9 3,829 02-10-2019, 09:18 AM
    Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti

which nvidia driver version do you use ? did you try following this guide: https://hashcat.net/faq/wrongdriver if still not working, please try with an older Nvidia driver version e.g. the ones re...
philsmd hashcat 1 1,504 02-10-2019, 09:22 AM