Line length exception with example MD5 hash?
#5
Ok it did not work at all with "ßßßß" and "?1?1?1?1" etc.

The problem is more basic I guess.
I just created a new container with vera-crypt
[Image: unbenannt2-vert.jpg]

and it just failed again with:
Code:
hashcat64.exe -a 3 -m 13721 test.hash ?a
pause

The password was:
Code:
a

How come that hashcat can't even crack this one?
I used hash_mode -m 13721 like it says in FAQ for SHA512 and pure AES.


No surprise that hashcat can't deal with "ß" when it can't even crack "a".

Quote:C:\Users\xxx>hashcat64.exe -a 3 -m 13721 test.hash a
hashcat (v3.6.0) starting...

* Device #1: WARNING! Kernel exec timeout is not disabled.
            This may cause "CL_OUT_OF_RESOURCES" or related errors.
            To disable the timeout, see: https://hashcat.net/q/timeoutpatch
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1080, 2048/8192 MB allocatable, 20MCU

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Applicable optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Uses-64-Bit

Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supply more work, your cracking speed will drop.
For tips on supplying more work, see: https://hashcat.net/faq/morework

Approaching final keyspace - workload adjusted.

Cracking performance lower than expected? Append -w 3 to the commandline.

Session..........: hashcat
Status...........: Exhausted
Hash.Type........: VeraCrypt PBKDF2-HMAC-SHA512 + XTS 512 bit
Hash.Target......: test.hash
Time.Started.....: Fri Sep 29 12:47:42 2017 (7 secs)
Time.Estimated...: Fri Sep 29 12:47:49 2017 (0 secs)
Guess.Mask.......: a [1]
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#1.....:        0 H/s (0.39ms)
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 1/1 (100.00%)
Rejected.........: 0/1 (0.00%)
Restore.Point....: 1/1 (100.00%)
Candidates.#1....: a -> a
HWMon.Dev.#1.....: Temp: 52c Fan: 42% Util: 88% Core:2037MHz Mem:4714MHz Bus:16

Started: Fri Sep 29 12:47:39 2017
Stopped: Fri Sep 29 12:47:50 2017


Messages In This Thread
RE: Line length exception with example MD5 hash? - by deady1000 - 09-29-2017, 12:43 PM