X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=src%2Findex.html;h=e8e56be38e8ceedad19b52ec499c6c22326fd714;hp=0aeb3167328bbf8a4b70302c0df527b39afff2cf;hb=8c3a56ec4f2af06ce2e0977d458c50fd7b1b7687;hpb=d31a0ad44bf276cde1bdd64eacab2470e4577ab1 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.