A simple backup scheme for wallet accounts

Since last week I’ve been working on an Rust implementation based on this scheme & comments that have been made in this thread:

I’ve also started to write draft spec:

tldr : it define a broader scope of what can be encrypted and add few useful metadas to the encrypted payload:

  • version
  • list of derivation path (optional)
  • the type of content
  • the encryption protocol used
  • the nonce used in AES-GCM
1 Like