jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

Seed Phrase Recovery #300

Closed VolkerSchiewe closed 5 years ago

VolkerSchiewe commented 5 years ago

Is your feature request related to a problem? Please describe. Key recovery is a problem that every key management system should face. Seed phrase (mnemonic) recovery is a very simple method that many cryptowallets are using.

Describe the solution you'd like The jolocom-lib should provide a method to recover the identity wallet based on the mnemonic phrase. Additionally the mnemonic phrase can be integrated in the creation of of the identity.

Additional context Mnemonics are based on bip39

chunningham commented 5 years ago

merged, closing 👍