Post
Topic
Board Bitcoin Technical Support
Re: Blockchain.info Backup
by
bitmover
on 25/06/2024, 14:04:38 UTC
I have a Blockchain.info backup (json file without password) i opened in chrome browser, it looks like this:
That doesn't look like "json", more like the "base64" encoded payload.

Theoretically, if it's not encrypted (wallet.json), opening it with any text editor is enough to see the private keys in bare base58 format next to every "priv:" lines.
Since you claimed that there's no password, decoding that base64 string should result with readable text containing the data I mentioned including master keys if the wallet is HD.

You said "I Have", but didn't mentioned where you got it from.
Is it from someone that claimed that it's a blockchain(dot)info backup or you downloaded it from the wallet yourself?

According to this post is stack exchange, wallet.aes.json may have this kind of data

Quote
https://bitcoin.stackexchange.com/questions/115557/what-is-the-correct-format-for-wallet-aes-json

It seems Blockchain.info / blockchain.com's custodial wallets have used several different formats.
...


blockchain-v0.0-wallet.aes.json looks like base58 encoded data:

Code:
5gMPxas8l5M1oCc7ss7tiPWfctSeunHmCpK18tdZh0dsaWQFLXbFV97qEG/v4Rvb
pY4NMv1UJNgm8e6G9UH6bM3H0LoDRct3itduKOyn7kjiulhLCROaKlg/0Xt442v7
t1VfbySy/vjq6sMGYT9BYkwtWfMclFkisz0G/PciNIozNkeMrUVI+0bEFJSn+JyY
qTJ3ROwSvIs8lWFpE0PGUz0sHz9Eltysz5Xw5aIXxdl/9c3zo7cx4mjoSFZGTc11
PL9F4A8Oi/ybV1ud6BbLvV9K08bRwPNPijvAzmKop02gVeLHLAKF4zopnvV7nvnQ
bolHE6u2HZ9LUVfDSCSLY16ZxGQ7YhBSXp+sLd4zNNiD4u4WfACN5hc+WvdT1kJZ
6veCxUrOt8CHPmNldzWyibCaLh+aOTQjFdo2Qo0UCsZmK7lM2nDnv6TYuP+PhdGp
ymPmKgLWiRwpTqBc88no7VqEAuQcdmUPuMENWkTKj1SbLqkvEl6EWMf8jE+IE1wI
uMtAdVSTsxiAXE0pOdo0icul9KLm1L7WTVtU9W3zaSn9dHl2YVDoMLITpryFrM/9
O4UXdG8UcAkuY0xisGhoLND/AVsJ8NUgpPmdFx5XyEfFSzOuqobeNMQT9wB9iAIs
Z5t0svVXBvZH/XmVhBGvkE+VdLnXxiKEjOT+RpD3lXaf4SRXIWDZGWdF9f4aNKkn
06ULGwB/+4P2NhqfUkEcwsZ9A5NqBRDVgzBY69S85c5LUTod8m+lUp7G6AVQ1zO4
TXSB258825QKNnZtx6X/1IaE/Xv8kV2IVCoCeQxOam2nGIk3EvojEfPHIr2Ysr4l
cPXcV7yTayDvWov5gvYQB5sem68SrgPGncFDLX+UFURnLTod+GwcdB6VsvL3lrp+
3+LtmKIEBIEVijuas5zL3g==
[/quote]