From d932325a738b1a3f0313e926678832a051633be5 Mon Sep 17 00:00:00 2001 From: Albert Date: Sun, 10 Jan 2021 09:49:15 +0100 Subject: [PATCH 1/2] Fix hardcoded path to encrypted.asc --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md index 9f98884..17dafc9 100644 --- a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md +++ b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md @@ -163,7 +163,7 @@ This is a test! ### Decrypt message to stdout and decode quoted-printable characters ```console -$ gpg --decrypt /Users/sunknudsen/Desktop/encrypted.asc | perl -MMIME::QuotedPrint -0777 -nle 'print decode_qp($_)' +$ gpg --decrypt ~/Desktop/encrypted.asc | perl -MMIME::QuotedPrint -0777 -nle 'print decode_qp($_)' gpg: encrypted with 4096-bit RSA key, ID 5574F4B0B0F67D7F, created 2019-10-17 "Sun Knudsen " gpg: encrypted with 4096-bit RSA key, ID 0DA22A1AC7DBA3F9, created 2020-06-16 From 64f6c76c29a8290881c3bbd56b4a5c942977511a Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Sun, 10 Jan 2021 10:45:20 +0000 Subject: [PATCH 2/2] Added Albert to contributors --- .../README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md index 17dafc9..4b6fa0c 100644 --- a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md +++ b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md @@ -2,7 +2,7 @@ Title: How to encrypt, sign and decrypt messages using PGP on macOS Description: Learn how to encrypt, sign and decrypt messages using PGP on macOS. Author: Sun Knudsen -Contributors: Sun Knudsen +Contributors: Sun Knudsen , Albert Reviewers: Publication date: 2020-06-18T00:00:00.000Z Listed: true