Links

How is my Recovery Phrase generated?

This code is used for logging in to another device and recovering your data. It works with unique algorithms providing authorization and encryption of your data simultaneously.

Tech

To keep your data secure, we use the BIP39 Algorithm to derive keychain phrases and use the process of Key Derivation Function to get all the information that needs to be associated with your passphrase.
  1. 1.
    Your keychain phrase is used to derive your account's private key using the BIP39 Algorithm.
  2. 2.
    Then your private key is further used to derive your profile page with a Textile-DB thread ID** **and the encryption key. This is how we ensure that your account is associated with your ID.
  3. 3.
    Then your private key is used to derive the ID and encryption key for the ThreadsDB that contains encryption keys for the rest of the Fundamentals you have in Anytype.