From 6094768daaf6b7879d3d0142e891d8df5d5ad1ca Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 12 Oct 2020 10:38:49 -0400 Subject: [PATCH] fix: remove incorrect seed phrase length note in reference --- src/_data/glossary.csv | 2 +- src/pages/stacks-wallet/security.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/glossary.csv b/src/_data/glossary.csv index 053622e0..58d8ad61 100644 --- a/src/_data/glossary.csv +++ b/src/_data/glossary.csv @@ -45,7 +45,7 @@ proof-of-work,"A proof-of-work system or proof-of-work mining is a mining mechan public key,

Public and private key pair comprise of two uniquely related cryptographic keys. It looks like a long random string of letters and numbers:

3048 0241 00C9 18FA CF8D EB2D EFD5 FD37 89B9 E069 EA97 FC20 …

The exact format of the public and private key depend on the software you use to create them.

Public Key Infrastructure (PKI),A system which returns a cryptographic public key associated with a name. replicated state machines (RSMs),"This is a model for reasoning about distributed computer programs -- any program (plus it's input) can be represented as a state machine, and when trying to get a distributed set of servers to agree on the output of an algorithm, you can model that process as N different state machines" -Secret Recovery Key,

Used to access an identity on the Blockstack blockchain. A 24-word sequence of words for example:

applied binge crisp pictorial fiery

dancing agreeable frogs light finish ping apple

The early Blockstack recovery keys were 12-word sequences.

+Secret Recovery Key,

Used to access an identity on the Blockstack blockchain. A 24-word sequence of words for example:

applied binge crisp pictorial fiery

dancing agreeable frogs light finish ping apple

seed phrase,"

Used to access Stacks Wallet software. The seed phrase consists of 24 words in a sequence. Both the word and its position the sequence are important.

Write down your seed phrase and store it in a secure location such as a safe deposit box. When you write the seed phrase down, include its position, for example,1-frog, 2-horse, 3-building and so on until you reach a final position 24-ocean.

" smart contract,"A smart contract is a computer program written to a blockchain such as the Blockstack blockchain by developers. This computer program defines the various network operations that can be performed on the digital assets on the blockchain, the computations that can be performed using the smart contract, along with defining various important properties of the respective digital assets like ownership rights and the cost in fuel required to register the digital assets." soft fork,"A soft fork is a proposed update to the software governing the network that results in a post-update network that is compatible with the network as it existed prior to the update, because it restricts the network operations that can be performed after the update." diff --git a/src/pages/stacks-wallet/security.md b/src/pages/stacks-wallet/security.md index 55a274c4..2819c770 100644 --- a/src/pages/stacks-wallet/security.md +++ b/src/pages/stacks-wallet/security.md @@ -37,7 +37,7 @@ you should _never_ share but instead keep in a secure place (**PROTECT**). | Phrase/Key/Value | Security | Description | | -------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Secret Recovery Key | **PROTECT** | Used to access an identity on the Blockstack blockchain. A 24-word sequence of words for example:
`applied binge crisp pictorial fiery dancing agreeable frogs light finish ping apple`
The early Blockstack recovery keys were 12-word sequences. | +| Secret Recovery Key | **PROTECT** | Used to access an identity on the Blockstack blockchain. A 24-word sequence of words for example:
`applied binge crisp pictorial fiery dancing agreeable frogs light finish ping apple`
| | Identity
Blockstack Identity
Blockstack ID | _SHAREABLE_ | A way to identify a person or an organization on the Blockstack network. An identity is unique, both `meepers.id.blockstack` or `chad.id` are examples of IDs. | | Magic Recovery Code | **PROTECT** | A long encrypted string, for example:
`36mWivFdy0YPH2z31EflpQz/Y0UMrOrJ++UjOA...`
Do not share the QR code that accompanied your recovery code either. This is a QR code: An example of a QR code. | | Blockstack Owner Address | _SHAREABLE_ | Looks like a bitcoin address but starts with `ID`, for example: `ID-1J3PUxY5uDShUnHRrMyU6yKtoHEUPhKULs...` |