bitmaelum / bitmaelum-suite

BitMaelum software suite
https://bitmaelum.com
MIT License
61 stars 5 forks source link

vault import/export #137

Closed jaytaph closed 3 years ago

jaytaph commented 3 years ago

If we want to move an account to another vault, or give someone a copy (including the private key!), we can do an vault export

  $ bm-client vault export --account foobar --password secret --file myaccount.json

This will create a encrypted json blob that can be imported somewhere else

  $ bm-client vault import --file myaccount.json --password secret