Post
Topic
Board Service Discussion
Re: Decrypt a blockchain.info wallet (wallet.aes.json) with PHP or Javascript
by
bartekjagoda
on 07/02/2020, 07:37:18 UTC
Hello, does anyone knows a PHP or Javascript code to decrypt a blockchain.info backup wallet? I also need to decrypt the second password. I will pay 0.01 BTC to the first person who helps me. (sorry for my bad english)

This is my wallet: https://blockchain.info/wallet/b8af34ae-b778-457c-a282-391c474918ca?format=json

I have my password and second password, I need to know how to decrypt with php or Javascript.

Your post is 4 years old but if you still didnt do it there are python scripts inside btcrecover (python lib on github)

https://github.com/gurnec/btcrecover

I guess this is the script you need
https://github.com/gurnec/btcrecover/blob/master/extract-scripts/extract-blockchain-main-data.py

Good luck