From 8c3a56ec4f2af06ce2e0977d458c50fd7b1b7687 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Sun, 18 Oct 2020 23:17:52 +0000 Subject: [PATCH] Add notes about card entropy --- src/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/index.html b/src/index.html index 0aeb316..e8e56be 100644 --- a/src/index.html +++ b/src/index.html @@ -838,6 +838,19 @@

You are not a good source of entropy.

+

+ Card entropy has been implemented assuming cards are replaced, not drawn one after another. + A full deck with replacement generates 232 bits of entropy (21 words). A full deck without replacement generates 225 bits of entropy (21 words). + Card entropy changed significantly from v0.4.3 to v0.5.0. The old version can be accessed at + + https://github.com/iancoleman/bip39/releases/tag/0.4.3 + + or + + https://web.archive.org/web/20201018232020/https://iancoleman.io/bip39/ + + +

License

Please refer to the software license for more detail. -- 2.41.0