diff options
author | Leah Rowe <info@minifree.org> | 2017-03-07 05:27:02 +0000 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-03-07 05:27:02 +0000 |
commit | abe7115bb06ad6e30e2545b0b6468cede534b28a (patch) | |
tree | 573a1929534bcd3b2b8d3c929ee5fd0ff2716edd /docs/gnulinux/grub_hardening.html | |
parent | d05afc608200090ea0c3ab9d17cacdb42cc7e5ff (diff) | |
download | librebootfr-abe7115bb06ad6e30e2545b0b6468cede534b28a.tar.gz librebootfr-abe7115bb06ad6e30e2545b0b6468cede534b28a.zip |
docs/gnulinux/grub_hardening.html: recommend diceware passphrases
Diffstat (limited to 'docs/gnulinux/grub_hardening.html')
-rw-r--r-- | docs/gnulinux/grub_hardening.html | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/gnulinux/grub_hardening.html b/docs/gnulinux/grub_hardening.html index 9c9e187d..18611e77 100644 --- a/docs/gnulinux/grub_hardening.html +++ b/docs/gnulinux/grub_hardening.html @@ -80,17 +80,19 @@ cbfstool my.rom remove -n grubtest.cfg your firmware. <b>This should be different than your LUKS passphrase and user password.</b> </p> -<!-- - Use of the <i>diceware method</i> is recommended, for generating secure passphrases (as opposed to passwords). - WTF is a diceware method?! - <p style="font-size:2em;"> - MAKE SURE TO DO THIS ON grubtest.cfg *BEFORE* DOING IT ON grub.cfg. - Then select the menu entry that says <i>Switch to grubtest.cfg</i> and test that it works. - Then copy that to grub.cfg once you're satisfied. - WHY? BECAUSE AN INCORRECTLY SET PASSWORD CONFIG MEANS YOU CAN'T AUTHENTICATE, WHICH MEANS 'BRICK'. - </p> - <p> - (emphasis added, because it's needed. This is a common roadblock for users) + + <p> + Use of the <i>diceware method</i> is recommended, for generating secure passphrases (as opposed to passwords). + Diceware method involves using dice to generate random numbers, which are + then used as an index to pick a random word from a large dictionary of words. + You can use any language (e.g. English, German). + Look it up on a search engine. Diceware method is a way to generate + secure passphrases that are very hard (almost impossible, with enough words) + to crack, while being easy enough to remember. On the other hand, most + kinds of secure passwords are hard to remember and easier to crack. + Diceware passphrases are harder to crack because of far higher entropy + (there are many words available to use, but only about 50 commonly used symbols + in pass<em>words</em>). </p> --> <p> |