06-06-2017, 10:27 PM
(This post was last modified: 06-11-2017, 11:41 PM by AnimaLibera.)
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
but with result:
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...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?
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
========================================
* Device #1: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz, 498/1995 MB allocatable, 2MCU
OpenCL Platform #2: Mesa, skipped or no OpenCL compatible devices found.
Hashfile 'wallet.dat' on line 1 (): Line-length exception
Hashfile 'wallet.dat' on line 2 (): Line-length exception
Hashfile 'wallet.dat' on line 3 (~A): Line-length exception
Hashfile 'wallet.dat' on line 4 (A): Line-length exception
Hashfile 'wallet.dat' on line 5 ( zA): Signature unmatched
(..........)
Hashfile 'wallet.dat' on line 224 (n�K���W�������|�): Signature unmatched
Hashfile 'wallet.dat' on line 225 (�K�Ƥ��): Line-length exception
Hashfile 'wallet.dat' on line 226 (9h�PKQ[?(p&0�E"lz��ꄎ�c5): Line-length exception
Parsing Hashes: 0/226 (0.00%)...No hashes loaded.
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...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?