diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 8 |
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>. |