Is the Mycelium HD wallet private key stored encrypted on the device?

0

haven't found details on that in the net.

My concern is that I'm using a corporate (bring you own device) phone. We have to install a "security" app running with administrator rights.

IMHO this app can read EVERYTHING what is on the device. I'm pretty sure. Therefore, is the private key of the Mycelium HD wallet encrypted (with the PIN hopefully) when stored the device?

Any thoughts?

Romeo Kienzler

Posted 2018-04-04T08:21:09.433

Reputation: 119

Answers

1

Yes, Mycelium stores an encrypted copy of your key, protected by your PIN (if applicable) on the device. This includes any individual private key accounts you import.

In general, I would advise against storing crypto keys (or any private keys or confidential information, really) on a corporate device (laptops, phones, desktops, email accounts), or even a device others can access regularly.

Raghav Sood

Posted 2018-04-04T08:21:09.433

Reputation: 10 897

yes, I don't have a choice ... so I'll take the risk .. would use a Ledger Nano S but really doen't want to be dependent on a HW vendor...Romeo Kienzler 2018-04-04T13:22:09.730

Ledger and Trezor both follow BIP39/44/49, so you aren't tied into their ecosystem by using the device. You can always recover the private keys using the seed words and import them into non-ledger/non-trezor wallets if you need to. I would strongly recommend making the switch to a hardware wallet.Raghav Sood 2018-04-04T14:23:55.673

Oh, perfect, thanks a lot, let me to that then...Romeo Kienzler 2018-04-05T13:01:38.057