From d2a68172343aaceee5c2987238186c243c5e6f65 Mon Sep 17 00:00:00 2001 From: GianfrancoBazzani Date: Mon, 7 Mar 2022 15:04:59 +0100 Subject: [PATCH] Update sensitive-data-PGP-guide.md fixed spelling mistakes, thanks to @mamifiero for the advice. --- docs/sensitive-data-PGP-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sensitive-data-PGP-guide.md b/docs/sensitive-data-PGP-guide.md index 62937660..dc512aff 100644 --- a/docs/sensitive-data-PGP-guide.md +++ b/docs/sensitive-data-PGP-guide.md @@ -1,4 +1,4 @@ -# How to use OpenKeychain for cipher sensible data durning RoboSats trade. +# How to use OpenKeychain for cipher sensible data during RoboSats trade. ## Why encryption is needed? @@ -70,4 +70,4 @@ Once the seller has the buyer's public key, the encryption schema show above can The encrypted data must be copied including the header `(-----BEGIN PGP MESSAGE-----)` and footer `(-----END PGP MESSAGE-----)` for the correct operation of the application. If the buyer obtains interpretable data, it means that the exchange has been successful and the confidentiality of the data is assured since the only key that can decrypt it is the private key of the buyer. -If you would like to read more easily crafted tutorial on how to user OpenKeychain for general purposes check [As Easy as P,G,P](https://diverter.hostyourown.tools/as-easy-as-pgp/) +If you would like to read more easily crafted tutorial on how to use OpenKeychain for general purposes check [As Easy as P,G,P](https://diverter.hostyourown.tools/as-easy-as-pgp/)