I hereby claim:
- I am dalofeco on github.
- I am dalofeco (https://keybase.io/dalofeco) on keybase.
- I have a public key whose fingerprint is BC8D 5ECC D1E6 04AE 9FB6 31BB E416 5535 238F 145C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from sjcl import SJCL | |
import base64 | |
import json | |
import hashlib | |
print("Welcome to your last hope to decrypt those keys!") | |
walletFileName = input("Enter your wallet file name: ") | |
password = input("Enter password: ") | |
with open(walletFileName) as wallet: | |
walletData = json.loads(base64.b64decode(wallet.read())) |