Missing period in README.md

"That's not safe" -> "That's not safe."
This commit is contained in:
Andrew McNett
2014-09-03 21:57:39 -07:00
parent 16e742bc89
commit 1697c28d5c

View File

@@ -19,7 +19,7 @@ Overview
Suppose you have a VCS repository (i.e. a Git or Mercurial repo) Suppose you have a VCS repository (i.e. a Git or Mercurial repo)
and certain files contain secrets such as passwords or SSL private and certain files contain secrets such as passwords or SSL private
keys. Often people just store such files "and hope that nobody finds keys. Often people just store such files "and hope that nobody finds
them in the repo". That's not safe them in the repo". That's not safe.
With BlackBox, those files are stored encrypted using Gnu Privacy Guard With BlackBox, those files are stored encrypted using Gnu Privacy Guard
(GPG). Access to the VCS repo without also having the right GPG keys (GPG). Access to the VCS repo without also having the right GPG keys