1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

Update vault-and-key.md

This commit is contained in:
Seanytype 2024-05-02 09:13:00 +02:00 committed by GitHub
parent a0003afe68
commit fcb25d1c9d
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -8,15 +8,15 @@ description: >-
### Vault
A vault is an encrypted box stored on your device, which holds your information. It allows you to send, receive, and store information with full privacy and ownership over what you create. 
A Vault is an encrypted box stored on your device, which holds your information. It allows you to send, receive, and store information with full privacy and ownership over what you create. 
All the spaces you create and share will be stored in your vault. Because public key cryptography is used to secure your vault, it is unbreakable - all computational resources on earth are not enough to break into one vault.
All the Spaces you create and share will be stored in your Vault. Because public key cryptography is used to secure your Vault, it is unbreakable - all computational resources on earth are not enough to break into one Vault.
### Key
The key to your vault is generated locally on your device when the vault is created. It is represented by 12 words only you should know. It is like a password that you dont choose. 
The Key to your Vault is generated locally on your device when the Vault is created. It is represented by 12 words only you should know. It is like a password that you dont choose. 
The key decrypts your vault. Only you have access to it. Thats why anytype cannot recover it for you, if it is lost. You can find your key in your Profile Settings. 
The Key decrypts your Vault. Only you have access to it. Thats why anytype cannot recover it for you, if it is lost. You can find your Key in your Profile Settings. 
<figure><img src="../.gitbook/assets/Screenshot 2024-04-26 at 06.45.43.png" alt="Anytype Encrypted Recovery Key"><figcaption><p>Find your unique Key in your Proifle Settings</p></figcaption></figure>