blockchain hash problem
#1
Trying to  decrypt blockchain wallet, work with mode 15200 with wordlist (which is have current password) but hashcat can't find password. I read all search results here which are about "blockchain" word but not work. 

wallet.aes.json like:
{"pbkdf2_iterations":5000,"version":3,"payload":"......................"}

Scenario 1:

Convert wallet.aes.json to hash with current blockchain2john.py 

- Failed


Scenario 2:

Convert wallet.aes.json to hash with blockchain2john.py of Bleeding-Jumbo (https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/blockchain2john.py)

Hash is looks like: 
$blockchain$v2$5000$1760$a71ba2460f126706..........................................

- Failed

Scenario 3:


I try to cut hash manually like
$blockchain$v2$5000$288$First576CharFromHash

- Failed


What is wrong ? Can you help ?


Messages In This Thread
blockchain hash problem - by smadv - 12-27-2018, 02:30 PM
RE: blockchain hash problem - by slyexe - 12-27-2018, 11:52 PM
RE: blockchain hash problem - by smadv - 12-28-2018, 02:37 AM