Commit 8f9f411 1 parent 029069c commit 8f9f411 Copy full SHA for 8f9f411
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -880,14 +880,14 @@ impl AsRef<str> for Nameplate {
880
880
/// we can't ignore that the PGP wordlist is the most common wordlist in use.
881
881
///
882
882
/// - The shortest word in the PGP wordlist is 4 characters long. The longest
883
- /// word is 9 characters. This means we can't limit to more than 9 bytes here,
884
- /// 'solo-orca' is 9 bytes, and we want to allow 2-word codes.
883
+ /// word is 9 characters. This means we can't limit to more than 9 bytes here,
884
+ /// 'solo-orca' is 9 bytes, and we want to allow 2-word codes.
885
885
/// - A 9 character random password is very strong. If it is only comprised of
886
- /// uniformly distributed lowercase ASCII characters, we have an entropy of
887
- /// 26^9 >= 40 bits. This is much more than the default 16 bits we get from two
888
- /// words from the PGP wordlist.
886
+ /// uniformly distributed lowercase ASCII characters, we have an entropy of
887
+ /// 26^9 >= 40 bits. This is much more than the default 16 bits we get from two
888
+ /// words from the PGP wordlist.
889
889
/// - An emoji contains at least 2 bytes of data. So two emoji are actually
890
- /// about the same security as two words from the PGP wordlist.
890
+ /// about the same security as two words from the PGP wordlist.
891
891
///
892
892
/// We ultimately can't protect people from making bad choices, as entropy is a
893
893
/// very difficult thing. What we can do instead is offer guidance, by printing
You can’t perform that action at this time.
0 commit comments