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 [desc] Author Forum Replies Views Posted
    Thread: 15200 Blockchain, My Wallet, V2 help
Post: RE: 15200 Blockchain, My Wallet, V2 help

Use this python script to extract the "hash" from your wallet file: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/blockchain2john.py Don't forget to either remove...
philsmd hashcat 1 3,046 08-26-2017, 07:38 AM
    Thread: 1password agilebits conversion - doesn't match sample?
Post: RE: 1password agilebits conversion - doesn't match...

The format for hashcat is just: decimal_iteration_count:hexadecimal_salt:hexadecimal_digest you could just read the encryptionKeys.js file (and base64 convert the salt and digest) or use some othe...
philsmd hashcat 3 3,946 08-30-2017, 06:27 PM
    Thread: 1Password Master Password file location (MAC)?
Post: RE: 1Password Master Password file location (MAC)?

I'm sorry to hear that. It might depend on the version of 1password that is being used, but some online resources say it's somewhere located in the ~/Library/ subfolders on macOS: https://discus...
philsmd hashcat 2 1,529 11-29-2019, 10:49 AM
    Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...

welcome. The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/ 1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl...
philsmd hashcat 3 3,958 03-30-2017, 07:47 PM
    Thread: 2 salt problem
Post: RE: 2 salt problem

As far as I've understood your hash type is md5 ($salt1 . $pass . $salt2) I also assume here that you are attacking a single hash only. There are many other attacks that may or may not work faster....
philsmd Old oclHashcat Support 1 3,640 01-14-2015, 03:23 PM
    Thread: 2013 MBP with -d 3 option not cracking properly
Post: RE: 2013 MBP with -d 3 option not cracking properl...

This seems to be *exactly* the same problem as reported here: https://github.com/hashcat/hashcat/issues/428 Current conclusion is that it's a driver problem only affecting Apple devices, but the al...
philsmd hashcat 2 4,176 08-10-2016, 08:04 AM
    Thread: 2019 Mac Pro and AMD Radeon Pro 580X
Post: RE: 2019 Mac Pro and AMD Radeon Pro 580X

Did you try to see if the path / folder does exist or not ? Is this folder there ? Code: -- /Volumes/XXXXX\ hashcat6/hashcat/OpenCL -- Why is there are "\ " there ? is this a space within the...
philsmd Hardware 3 920 07-02-2020, 09:01 AM
    Thread: 2080 ti 2500 50kh's
Post: RE: 2080 ti 2500 50kh's

add -w 4 you could also try the beta version: https://hashcat.net/beta/
philsmd General Talk 5 1,477 03-21-2020, 12:45 PM
    Thread: 2080ti $Bitcoin$ hashrate
Post: RE: 2080ti $Bitcoin$ hashrate

The numbers of iterations for the "bitcoin hashes" is variable, there is a field within the hash (the 5th field after the signature) that specifies the number of iterations. The default benchmark of ...
philsmd Hardware 5 4,357 10-16-2018, 01:02 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

which GPU ? Tried to install the driver ? https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do btw: do not use some weird dis...
philsmd hashcat 3 1,657 07-26-2019, 05:00 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed.
philsmd hashcat 3 1,657 07-26-2019, 07:35 PM
    Thread: 2nd GPU very slow
Post: RE: 2nd GPU very slow

Hey, did you try to run the same attack with the command line parameter -d 1 , afterwards -d 2 . Furthermore you should try to run the benchmark oclHashcat64.bin -b -m 1000, also oclHashcat64.bin -b...
philsmd Old oclHashcat Support 14 31,686 02-28-2014, 12:43 PM
    Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $

do you have the source code for this ? I guess without it it's just a (maybe impossible) guessing game. it could be anything. The software could even mix in some kind of pepper (an additional stati...
philsmd General Talk 4 1,671 09-24-2019, 10:42 AM
    Thread: 3 Questions About Hashcat
Post: RE: 3 Questions About Hashcat

1. only beta supports -m 22000 (https://hashcat.net/beta) 2. the keyspace is only traversed once, if while going to the password candidates one matches, it will be cracked... but you need to keep in ...
philsmd hashcat 1 644 04-08-2020, 12:09 PM
    Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...

What do you mean by integer overflow? Did you not see that error message before. Please be more specific. Most of the time when users report an integer overflow is when the job would take kinda milli...
philsmd hashcat 5 5,470 03-08-2017, 12:31 PM
    Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...

the keyspace is wayyyyyyyyy too huge. The number of characters within the file charsets/DES_full.charset is 128 128 * 128 * 128 * 128 * ... * 128 (24 times) = 128 ^ 24 = 374144419156711147060143...
philsmd hashcat 11 6,630 10-27-2018, 11:38 AM
    Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...

Quote: -- Integer overflow -- the numbers are too huge and hashcat detects this and prevents you from running such an insane keyspace. It needs special code to deal with such large numbers; and...
philsmd hashcat 11 6,630 10-27-2018, 12:19 PM
    Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas

why cygwin ? you can just use the exe in cmd directly do you use risers ? which attack mode do you use -a x ? does this problem also happen with other hash types or even all hash types ?
philsmd Beta Tester 4 1,112 04-05-2020, 07:31 AM
    Thread: 4 charsets limit (mask attack)
Post: RE: 4 charsets limit (mask attack)

our rule engine works on GPU to achieve full speed. It's not a good idea to have dynamic buffers/memory/sizes which would reduce speed tremendously and make code much more complex. it's just a well-c...
philsmd General Talk 2 1,213 11-29-2019, 09:29 AM
    Thread: 4 graphic cards->ok, 5 graphiccards -> not ok
Post: RE: 4 graphic cards->ok, 5 graphiccards -> not ok

Please do not offer to pay here. Users of this forum are willing to help if they can and you do not need to offer payment for a solution to your problem. It won't help. Topic specific answer: the int...
philsmd Old oclHashcat Support 11 16,484 12-14-2014, 06:53 PM