GCC Wallet.dat decryption - 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: GCC Wallet.dat decryption (/thread-6627.html) |
GCC Wallet.dat decryption - AnimaLibera - 06-06-2017 Hello, There is a crypto currency called GCC (Global Crypto Currency) https://coinmarketcap.com/currencies/thegcccoin/ Wallet client (for Windows) from: https://www.thegcccoin.com/ I have a wallet with 62k GCC coins and forgot the password. Tried the Code: hashcat -a 0 -m 11300 wallet.dat /usr/share/wordlists/wallet_wordlist.txt Code: OpenCL Platform #1: Intel(R) Corporation So I decided to search for source code or something to figure out how to decrypt this wallet.dat I found this https://github.com/TheGCCcoin/TheGCCcoin-source-code/tree/master/src I am newbie to hashcat. I do not have knowledge how to invent and implement the GCC decryption for hashcat. Am I doomed? I want to get back my forgotten password and make it easy for other people in the future via single hashcat command. Please give some advices! How to decrypt it? RE: GCC Wallet.dat decryption - royce - 11-19-2017 hashcat doesn't currently directly support this hash, but based on some information I got from elsewhere, it's possible that bitcoin2john might work to extract the hash. According my source, GCC uses the same code as Bitcoin Core. |