From d348afdb338338e807ee12571226da5954577d1a Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 27 Jul 2023 01:00:23 +0900 Subject: [PATCH] remove unintended asterisks --- anytype-basics/setting-up-your-profile/recovery-phrase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anytype-basics/setting-up-your-profile/recovery-phrase.md b/anytype-basics/setting-up-your-profile/recovery-phrase.md index 0ddedbe..53f0eec 100644 --- a/anytype-basics/setting-up-your-profile/recovery-phrase.md +++ b/anytype-basics/setting-up-your-profile/recovery-phrase.md @@ -34,4 +34,4 @@ To access your QR code in the desktop app, navigate to Settings > Recovery Phras ### Tech -Your recovery phrase is used to derive your account's [**private key**](https://en.wikipedia.org/wiki/Public-key\_cryptography) using the [**BIP39 Algorithm**](https://medium.com/coinmonks/mnemonic-generation-bip39-simply-explained-e9ac18db9477)**.** Then, your private key is further used to derive your profile page with a [**Textile-DB thread ID**](https://github.com/textileio/go-threads)\*\* \*\*and the encryption key. This is how we ensure that your account is associated with your ID. Finally, your private key is used to derive the ID and encryption key for the [**ThreadsDB**](https://github.com/textileio/go-threads#running-threaddb) that contains encryption keys for the rest of the content that you have created in Anytype. +Your recovery phrase is used to derive your account's [**private key**](https://en.wikipedia.org/wiki/Public-key\_cryptography) using the [**BIP39 Algorithm**](https://medium.com/coinmonks/mnemonic-generation-bip39-simply-explained-e9ac18db9477). Then, your private key is further used to derive your profile page with a [**Textile-DB thread ID**](https://github.com/textileio/go-threads) and the encryption key. This is how we ensure that your account is associated with your ID. Finally, your private key is used to derive the ID and encryption key for the [**ThreadsDB**](https://github.com/textileio/go-threads#running-threaddb) that contains encryption keys for the rest of the content that you have created in Anytype.