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: 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: 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: Help with pbkdf2_hmac_'sha512' hashes
Post: RE: Help with pbkdf2_hmac_'sha512' hashes

you first script (the hash generator) doesn't use the binary input, while your second script hex-decodes it and converts it to base64. This line Code: -- salt = b"2213dcd3820c18c559cc389c8bd22e...
philsmd hashcat 2 1,758 02-03-2019, 09:35 AM
    Thread: Try all combinations in a wordlist and apply rules
Post: RE: Try all combinations in a wordlist and apply r...

You forgot to mention very crucial information, like what hash type you are dealing with and how long the passwords are and how many words are used and where the special characters should be inserted ...
philsmd hashcat 2 1,703 03-01-2019, 12:16 AM
    Thread: Limit GPU usage on laptop?
Post: RE: Limit GPU usage on laptop?

-w 1 or --force together with the -u and -n could help, but it's always better to fix the main problem, i.e. not using a laptop and fixing the GPU/airflow cooling instead
philsmd hashcat 2 2,029 03-24-2019, 02:56 PM
    Thread: Mask Attacks with Mask File and Custom Charset
Post: RE: Mask Attacks with Mask File and Custom Charset

as the two guides from https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files and https://hashcat.net/faq#what_is_a_hashcat_mask_file already emphasize, you must specify all the hcchr and custom ...
philsmd hashcat 2 1,544 04-03-2019, 01:10 PM
    Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error

are you sure that this wallet uses a second password at all ? Did you try to validate and find out the details and that the password works with another tool (or the blockchain web page) ? From your...
philsmd hashcat 2 1,750 04-06-2019, 09:17 AM
    Thread: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)

ha, this reminds me of some users running into the problem of copy-pasting a command starting with "> hashcat64.exe ..." where > was part of the command prompt of the original/copied command lin...
philsmd hashcat 2 1,561 04-06-2019, 07:21 PM
    Thread: Old (2009) Bitcoin Core wallet hash problem
Post: RE: Old (2009) Bitcoin Core wallet hash problem

did you try to test with the beta version from https://hashcat.net/beta/ ?
philsmd hashcat 2 2,044 04-06-2019, 09:39 PM
    Thread: Asus ROG Strix GTX 1070 does not work
Post: RE: Asus ROG Strix GTX 1070 does not work

did you try following this guide to re-install the driver (completely uninstall and install again): https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_install...
philsmd hashcat 2 1,666 04-13-2019, 01:42 PM
    Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error

Thanks to Proxerboss I was able to troubleshoot this problem (he has send me an empty encrypted wallet with 2nd password that fails for him to accept the password with btcrecover). I've now analyze...
philsmd hashcat 2 1,750 04-13-2019, 03:49 PM
    Thread: token length exception
Post: RE: token length exception

sha1 is -m 100 see https://hashcat.net/wiki/example_hashes
philsmd hashcat 2 2,485 04-15-2019, 06:41 PM
    Thread: Second GPU is not recognized
Post: RE: Second GPU is not recognized

your clinfo basically proofs that it is not hashcat fault because also clinfo only sees a single RX 580 (there is only one GPU in your list). I would suggest reinstalling the driver and/or messing ...
philsmd Hardware 2 2,021 04-18-2019, 12:40 PM
    Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions

make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too) also make sure that the file "hashes.txt" only contains valid MD5 hashes you ...
philsmd hashcat 2 1,718 04-25-2019, 07:48 PM
    Thread: pkzip2
Post: RE: pkzip2

see https://github.com/hashcat/hashcat/pull/1962 , it's work in progress. I have no clue what you are trying to say with that sentence regarding AES, the main problem was that we have to do huffman c...
philsmd hashcat 2 2,977 05-03-2019, 07:39 AM
    Thread: Hash type sorting
Post: RE: Hash type sorting

best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic...
philsmd hashcat 2 1,590 05-11-2019, 01:31 PM
    Thread: Which mode - passlib.hash.bcrypt_sha256
Post: RE: Which mode - passlib.hash.bcrypt_sha256

support for the PBKDF2-HMAC-SHA* Passlib format is in beta (https://hashcat.net/beta/), see: https://github.com/hashcat/hashcat/pull/2008 the passlib SHA* hashes did actually work with older versi...
philsmd hashcat 2 1,408 05-25-2019, 07:52 AM
    Thread: nano syntax highlighting masks
Post: RE: nano syntax highlighting masks

interesting. thanks for the contribution. ... but I think your syntax rules do not catch all cases see: 1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files 2. https://hashcat.n...
philsmd User Contributions 2 2,218 05-28-2019, 07:42 PM
    Thread: hashcat inquiry.
Post: RE: hashcat inquiry.

in theory you could just use the same command without the hash file and using --stdout to see all the password candidates. e.g. if you had this command: Code: -- hashcat -m 14800 -r my.rules ha...
philsmd hashcat 2 1,466 06-03-2019, 09:38 AM
    Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption

dictionary-based attacks (-a 0) with rules (-r) are in general more clever compared to "brute-force" except if you know for sure that the password is 100% randomly generated
philsmd hashcat 2 1,274 06-05-2019, 01:11 PM