From bf9bdfd20ff1997dc5c53ba5a25f6441b9edd3b7 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 22 Dec 2016 15:41:36 +1100 Subject: [PATCH] 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/ --- src/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.html b/src/index.html index 3537c53..964746e 100644 --- a/src/index.html +++ b/src/index.html @@ -517,6 +517,14 @@ random enough for the needs of this tool.

+

+ Do not store entropy. +

+

+ Storing entropy (such as keeping a deck of cards in a specific shuffled order) is unreliable compared to storing a mnemonic. + Instead of storing entropy, store the mnemonic generated from the entropy. + Steganography may be beneficial when storing the mnemonic. +

The random mnemonic generator on this page uses a -- 2.41.0