• Welcome to forex.pm forex forum binary options trade. Please login or sign up.
 

How to decrypt Bitcoin private key that is encrypted with PKBDF2-SHA256 and iterations and salt

Started by Bitcoin, Feb 12, 2022, 04:20 am

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bitcoin

How to decrypt Bitcoin private key that is encrypted with PKBDF2-SHA256 and iterations and salt

I have exported wallet with encrypted keys and that wallet provider is closed. Is there a way to decrypt priv that is encrypted with PKBDF2-SHA256, iterations and salt. I think I remember the password I have used to encrypt the wallet.


The wallet provider is coinprism. The back-up is in the following format (JSON file)


{
  "keys": [
    {
      "addr": "<BTC_address>",
      "priv": "<97 length encrypted private key>",
      "encryptionMode": "PKBDF2-SHA256",
      "iterations": 2000
    }
  ],
  "salt": "<salt>"
}

Source: How to decrypt Bitcoin private key that is encrypted with PKBDF2-SHA256 and iterations and salt