mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
1.3 KiB
1.3 KiB
How does keychain phrase login work? Like password?
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.
- Your keychain phrase is used to derive your account's private key using the BIP39 Algorithm.
- 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.
- 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 fundamental-concepts.md you have in Anytype.