Merge pull request #71 from GianfrancoBazzani/Creation-of-tutorial-for-use-OpenKeychain+RoboSats

Update sensitive-data-PGP-guide.md
This commit is contained in:
Reckless_Satoshi 2022-03-07 14:12:53 +00:00 committed by GitHub
commit 2d449ee4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)