Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
#1
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
Reply
#2
Posting hashes is against the rules.

However, hash loads without problems for me. What's your command line?
Reply
#3
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
Reply
#4
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
Reply
#5
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)
Reply