Changed password to passphrase so that it is consistent and changed code to command
authorMiriam <miriam@fsf.org>
Thu, 15 Dec 2022 16:35:49 +0000 (11:35 -0500)
committerMiriam <miriam@fsf.org>
Thu, 15 Dec 2022 16:35:49 +0000 (11:35 -0500)
en/index.html

index 1ad48735bb58a60521679f04c69f35d3c9035a9f..3b381a409bfad1f23800342bcd9ecd32204bd780 100644 (file)
@@ -312,10 +312,10 @@ shortcut).</p>
 <code>--gen-key</code> instead of <code>--full-generate-key</code>&#65279;.</p>
 
 <h4>Set your passphrase</h4>
-<p>On the screen titled "Passphrase," pick a strong password! You can
+<p>On the screen titled "Passphrase," pick a strong passphrase! You can
 do it manually, or you can use the Diceware method. Doing it manually
 is faster but not as secure. Using Diceware takes longer and requires
-dice, but creates a password that is much harder for attackers to figure
+dice, but creates a passphrase that is much harder for attackers to figure
 out. To use it, read the section "Make a secure passphrase with Diceware" in <a
 href="https://theintercept.com/2015/03/26/passphrases-can-memorize-attackers-cant-guess/">
 this article</a> by Micah Lee.</p>
@@ -324,7 +324,7 @@ this article</a> by Micah Lee.</p>
 <p>If you'd like to pick a passphrase manually, come up with something
 you can remember which is at least twelve characters long, and includes
 at least one lower case and upper case letter and at least one number or
-punctuation symbol. Never pick a password you've used elsewhere. Don't use
+punctuation symbol. Never pick a passphrase you've used elsewhere. Don't use
 any recognizable patterns, such as birthdays, telephone numbers, pets' names,
 song lyrics, quotes from books, and so on.</p>
 
@@ -445,7 +445,7 @@ $ gpg --export -a [keyID] > my_public_key.asc
 
 <p># Check your permissions: <code>ls -l ~/.gnupg/*</code></p>
 <p># Set permissions to read, write, execute for only yourself, no others. These are the recommended permissions for your folder. <br/>
-You can use the code: <code>chmod 700 ~/.gnupg</code></p>
+You can use the command: <code>chmod 700 ~/.gnupg</code></p>
 <p># Set permissions to read and write for yourself only, no others. These are the recommended permissions for the keys inside your folder. <br/>
 You can use the code: <code>chmod 600 ~/.gnupg/*</code></p>
 
@@ -780,7 +780,7 @@ signature is authentic.</p>
 
 <p>To sign an email to Edward, compose any message to the email address and click the
 pencil icon next to the lock icon so that it turns gold. If you sign a
-message, GnuPG may ask you for your password before it sends the message,
+message, GnuPG may ask you for your passphrase before it sends the message,
 because it needs to unlock your private key for signing.</p>
 
 <p>In "Account Settings" &rarr; "End-To-End-Encryption" you can opt to <i>add digital signature by default</i>.</p>