mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-12 05:22:17 +00:00
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/
This commit is contained in:
@@ -517,6 +517,14 @@
|
||||
random enough for the needs of this tool.
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<strong><span data-translate>Do not store entropy.</span></strong>
|
||||
</p>
|
||||
<p>
|
||||
<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>
|
||||
<span data-translate>Instead of storing entropy, store the mnemonic generated from the entropy.</span>
|
||||
<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>
|
||||
</p>
|
||||
<p>
|
||||
<span data-translate-html>
|
||||
The random mnemonic generator on this page uses a
|
||||
|
||||
Reference in New Issue
Block a user