From 13288e299287105643b3a3a3d6919a671ac4b616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 5 Feb 2017 12:55:51 +0100 Subject: [PATCH] Updated QR Codes (markdown) --- QR-Codes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QR-Codes.md b/QR-Codes.md index 7771d3b..6def57b 100644 --- a/QR-Codes.md +++ b/QR-Codes.md @@ -1,8 +1,8 @@ ## QR Code format -* QR Codes contain an Uri with the ``openpgp4fpr`` scheme and the full fingerprint, such as ``OPENPGP4FPR:73EE2314F65FA92EC2390D3A718C070100012282`` +* QR Codes contain an Uri with the ``openpgp4fpr`` scheme and the full OpenPGP v4 key fingerprint, such as ``OPENPGP4FPR:73EE2314F65FA92EC2390D3A718C070100012282``. * The Uri is fully uppercase to use the more efficient [alphanumeric encoding](https://en.wikipedia.org/wiki/QR_code#Encoding) that does not support lowercase letters. -* Only full fingerprints are supported, not key IDs. After scanning OpenKeychain allows for certification of keys and this is only secure with full fingerprints. -* OpenKeychain also supports opening ``openpgp4fpr`` Uris with full fingerprints via Android's ``android.intent.action.VIEW`` Intent +* Only full fingerprints are supported, not key IDs. After scanning, OpenKeychain allows for certification of keys and this is only secure with full fingerprints. +* OpenKeychain also supports opening ``openpgp4fpr`` Uris with full fingerprints via Android's ``android.intent.action.VIEW`` Intent. ## About `openpgp4fpr` (copied from [effigies/openpgp4info](https://github.com/effigies/openpgp4info))