blockchain hash problem - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: blockchain hash problem (/thread-8039.html) |
blockchain hash problem - smadv - 12-27-2018 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 ? RE: blockchain hash problem - slyexe - 12-27-2018 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? RE: blockchain hash problem - smadv - 12-28-2018 how can see log ? |