Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: blockchain hash problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
Need more information as regard to what is failing. Are you able to load the hash into hashcat or just unable to find the password?

What is your hashcat command? And what does the log say?
how can see log ?