diff --git a/_browser/secureref.md b/_browser/secureref.md new file mode 100644 index 00000000..5ae30418 --- /dev/null +++ b/_browser/secureref.md @@ -0,0 +1,7 @@ +--- +layout: usenew +permalink: /:collection/:path.html +--- +# Phrase and Key Security + +{% include keyphrase.md %} diff --git a/_data/navigation_org.yml b/_data/navigation_org.yml index 3cf4d03a..dfbabcc7 100644 --- a/_data/navigation_org.yml +++ b/_data/navigation_org.yml @@ -6,6 +6,8 @@ - title: Manage Stacks docs: - org/wallet-intro + - org/wallet-install + - org/wallet-use - org/tokenholders - org/voucherholder - title: Whitepapers @@ -14,5 +16,6 @@ - org/whitepaper-token - title: Reference docs: + - org/secureref - org/faq - org/terms diff --git a/_data/navigation_usenew.yml b/_data/navigation_usenew.yml index 963c2ad7..e9ad5817 100644 --- a/_data/navigation_usenew.yml +++ b/_data/navigation_usenew.yml @@ -10,4 +10,5 @@ - title: Reference - docs: + - browser/secureref - browser/faq_general diff --git a/_includes/keyphrase.md b/_includes/keyphrase.md new file mode 100644 index 00000000..9102aaf5 --- /dev/null +++ b/_includes/keyphrase.md @@ -0,0 +1,86 @@ +Use the following table to answer questions about keys/phrases/values you can share with others (`SHAREABLE`) and ones you should _never_ share but instead keep in a secure place (`PROTECT`). + +
Phrase/Key/Value | +Security | +Description | +
---|---|---|
+ Secret Recovery Key +12 word seed phrase +24 word seed phrase + |
+ PROTECT |
+
+ A 12 or 24 sequence of words for example: +
|
+
+ Identity +Blockstack identity +Blockstack ID + |
+ SHAREABLE |
+
+ A username, Both |
+
Magic Recovery Code | +PROTECT |
+ An long encrypted string, for example: + Do not share the QR code that accompanied your code either. This is a QR code: +![]() |
+
Blockstack Owner Address | +SHAREABLE |
+ Looks like a bitcoin address but starts with
|
+
Bitcoin address + BTC Address + | +SHAREABLE |
+ A string of letters and numbers. +
Sharing this address allows anyone to send Bitcoin to the address. + |
+
Stacks Address +Stacks Wallet Address +STX address + |
+ SHAREABLE |
+ A string of letters and numbers starting with an SM3KJBA4RZ7Z20KD2HBXNSXVPCR1D3CRAV6Q05MKT
+ Sharing this allows anyone to send Stacks to the address, view the address balances, and view the address allocations. + |
+
public key | +SHAREABLE |
+ Public and private key pair comprise of two uniquely related cryptographic keys. It looks like a long random string of letters and numbers: +
The exact format of the public and private key depend on the software you use to create them. + |
+
private key | ++ | Private keys matches a corresponding public key. A public key also looks like a string of letters and numbers: +![]() The exact format of the public and private key depend on the software you use to create them. + |
+