aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-12-22 15:41:36 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-12-22 15:41:36 +1100
commitbf9bdfd20ff1997dc5c53ba5a25f6441b9edd3b7 (patch)
tree73744a5c2f20147a6e65cafba3837134bef81f2e /src
parent9d33c8925dc07783e2cd819c91eee1144598fcf2 (diff)
downloadBIP39-bf9bdfd20ff1997dc5c53ba5a25f6441b9edd3b7.tar.gz
BIP39-bf9bdfd20ff1997dc5c53ba5a25f6441b9edd3b7.tar.zst
BIP39-bf9bdfd20ff1997dc5c53ba5a25f6441b9edd3b7.zip
Note that entropy must not be stored
In response to https://www.reddit.com/r/Bitcoin/comments/5j2cn8/how_can_i_encode_my_bip39_seed_into_the_order_of/
Diffstat (limited to 'src')
-rw-r--r--src/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index 3537c53..964746e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -518,6 +518,14 @@
518 </span> 518 </span>
519 </p> 519 </p>
520 <p> 520 <p>
521 <strong><span data-translate>Do not store entropy.</span></strong>
522 </p>
523 <p>
524 <span data-translate>Storing entropy (such as keeping a deck of cards in a specific shuffled order) is unreliable compared to storing a mnemonic.</span>
525 <span data-translate>Instead of storing entropy, store the mnemonic generated from the entropy.</span>
526 <span data-translate-html><a href="https://en.wikipedia.org/wiki/Steganography#Physical" target="_blank">Steganography</a> may be beneficial when storing the mnemonic.</span>
527 </p>
528 <p>
521 <span data-translate-html> 529 <span data-translate-html>
522 The random mnemonic generator on this page uses a 530 The random mnemonic generator on this page uses a
523 <a href="https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues" target="_blank">cryptographically secure random number generator</a>. 531 <a href="https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues" target="_blank">cryptographically secure random number generator</a>.