hashcat Forum
Electrum 4 and 5 Token length exception (ver 5.1.0+1736) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Developer (https://hashcat.net/forum/forum-39.html)
+--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html)
+--- Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736) (/thread-9022.html)



Electrum 4 and 5 Token length exception (ver 5.1.0+1736) - gentl - 03-09-2020

Hello, i wanted to test feature to brute electrum 4 and 5 salt, but have such error

Hashfile 'e_hash.txt' on line 1 ($elect...f899539ae96be83fa8bb91c6bf230ba0): Token length exception
No hashes loaded.



Test Hash of  EMPTY electrum in attachments


RE: Electrum 4 and 5 Token length exception (ver 5.1.0+1736) - undeath - 03-09-2020

Posting hashes is against the rules.

However, hash loads without problems for me. What's your command line?


RE: Electrum 4 and 5 Token length exception (ver 5.1.0+1736) - gentl - 03-09-2020

sry... it's empty hash for test...
How u did that?
I run hashcat.exe -a 0 -m 16600 e_hash.txt e:\new_pass_2in1.txt
and get this http://prntscr.com/rdiesx


RE: Electrum 4 and 5 Token length exception (ver 5.1.0+1736) - undeath - 03-09-2020

Code:
hashcat -h | grep -i electrum      
  16600 | Electrum Wallet (Salt-Type 1-3)                  | Password Managers
  21700 | Electrum Wallet (Salt-Type 4)                    | Password Managers
  21800 | Electrum Wallet (Salt-Type 5)                    | Password Managers



RE: Electrum 4 and 5 Token length exception (ver 5.1.0+1736) - philsmd - 03-09-2020

yeah, -m 21700 starts with $electrum$4 (see https://hashcat.net/wiki/example_hashes). I'm also pretty sure only the beta version currently supports -m 21700 and -m 21800 (at the time of this writing, but it will probably released soon)