summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-05-09 16:01:15 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-05-09 16:01:15 +0300
commit93dabd877c30c3fb961e9b2195a610bbe402e642 (patch)
tree2181cf9f2e4c41aaa003cd4e97715c569a36b6a6
parent8d609470fafa793354267414e1bd33173a343f61 (diff)
downloadwmf-talks-93dabd877c30c3fb961e9b2195a610bbe402e642.tar.gz
Add: note about passphrase strength
-rw-r--r--pgptalk.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/pgptalk.mdwn b/pgptalk.mdwn
index be02b9c..49ffaa2 100644
--- a/pgptalk.mdwn
+++ b/pgptalk.mdwn
@@ -142,6 +142,15 @@ Storing keys securely
* Subkeys can also be stored on special devices for more secure key
storage, such as Yubikeys
+* A private key is data "at rest" (as opposed to "in transit"), and is
+ basically only protected by the passphrase you set.
+
+ * Choose a long passphrase that you won't forget. GnuPG can handle
+ any length you can remember and type.
+
+ * You can change the passphrase later if you want to make it
+ stronger.
+
---
Creating a key, with subkeys, with GnuPG