From b033f07e7bd5e4c630041c9a5c899f31de85fbf1 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 22 Feb 2021 04:53:52 +0100 Subject: [PATCH] [MNEMONIC] remove entropy suggestions for DEWIF code --- rfc/0014_Dubp_Mnemonic.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rfc/0014_Dubp_Mnemonic.md b/rfc/0014_Dubp_Mnemonic.md index 6b7e4d2..492bd26 100644 --- a/rfc/0014_Dubp_Mnemonic.md +++ b/rfc/0014_Dubp_Mnemonic.md @@ -62,12 +62,6 @@ It is recommended to encrypt the seed in [DEWIF] format. The password used to encrypt the seed must be sufficiently robust and preferably randomly generated. -For a member account the password entropy should be at least `10^15`, which corresponds to 10 random alphanumeric characters. - -For a single wallet account, the minimum entropy must be `10^9`, which corresponds to 6 random alphanumeric characters. - -WARNING: The minimum entropy levels take into consideration the robustness of the [DEWIF] encryption format. - [BIP39]: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#Wordlist [script]: https://tools.ietf.org/html/rfc7914.html [DEWIF]: https://git.duniter.org/nodes/common/doc/blob/dewif/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md -- GitLab