From 45fc12c062b84f22847989e7ca90efb727377dfa Mon Sep 17 00:00:00 2001 From: Ben Holden-Crowther Date: Thu, 14 Dec 2017 11:01:19 +0000 Subject: [PATCH] Spelling (#226) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f26ebeb..2cf6c43 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Development: How is the encryption done? =========================== -GPG has many different ways to encrypt a file. BlackBox uses the mode that lets you specify a list of keys that can decrypt the messsage. +GPG has many different ways to encrypt a file. BlackBox uses the mode that lets you specify a list of keys that can decrypt the message. If you have 5 people ("admins") that should be able to access the secrets, each creates a GPG key and adds their public key to the keychain. The GPG command used to encrypt the file lists all 5 key names, and therefore any 1 key can decrypt the file.