From d0ce07d4034b9bbc9ea3a9227819f87ed942b37e Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 17 Sep 2024 13:25:38 -0400 Subject: [PATCH] fix: minor update --- openpgp-workshop/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpgp-workshop/index.md b/openpgp-workshop/index.md index 836884c..c91b91a 100644 --- a/openpgp-workshop/index.md +++ b/openpgp-workshop/index.md @@ -66,7 +66,8 @@ developed by Phil Zimmermann in the 1990s. * `man gpg` * **THESE FOLLOWING KEYS WILL NOT BE SECURE, DO NOT USE THEM FOR ANYTHING OTHER THAN THIS EXERCISE!** * Generate keypair: `gpg --expert --full-gen-key` - * 1, 4096, Enter (3072), Enter (0), y, "Test Key", "fired.if.use@this.key", Enter (""), O, "password1" + * 1, 4096, Enter (3072), Enter (0), y, "Test Key", , Enter (""), O, "password1" + * Use a unique email otherwise you will have issues with the exercise that follows * During generation, **mash input devices for added entropy** --- @@ -91,7 +92,7 @@ developed by Phil Zimmermann in the 1990s. * `gpg --export --armor > .asc` * `gpg --import .asc` -* Task: pair up and exchange your keys, then encrypt data to each other +* Task: pair up and exchange your keys, encrypt data to each other, then decrypt the message so you can tell your partner the contents of the message * Tip: you may encrypt the data to multiple people ---