airgap-it / airgap-vault

The AirGap Vault is installed on a spare smartphone that has no connection to any network, thus it is air gapped. This app handles the private key.
MIT License
386 stars 109 forks source link

import private key #16

Closed jpph closed 9 months ago

jpph commented 4 years ago

Would be nice to be able to import private key (with optional bip38 password), so we could use airgap vault to securely spend paper wallet. Also would be nice to support segwit (3xxx keys) and bech32 (bcxxx keys)

AndreasGassmann commented 4 years ago

Hi, sorry for the late reply.

We generally advise users to generate a new secret when starting to use AirGap because of the risk that the "old" key was leaked during generation or storage. This is why we don't support many different ways of importing existing mnemonics/private keys generated in other wallets.

However, I see the use case here and it would be a nice feature to have. We'll discuss this internally and let you know what we decide. We currently have a lot of other tasks open / planned, so we'll probably not get to it for a while though.

But thanks for the suggestion!