From 934914c2c4c88bdad1002853559f767c84b8062f Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sun, 10 Sep 2017 12:09:31 -0700 Subject: [PATCH] Fix typo in README Closes #83 --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 951d1ed..2bdc1c6 100644 --- a/README +++ b/README @@ -79,7 +79,7 @@ backwards-incompatible changes introduced before version 1.0. SECURITY -git-crypt is more secure that other transparent git encryption systems. +git-crypt is more secure than other transparent git encryption systems. git-crypt encrypts files using AES-256 in CTR mode with a synthetic IV derived from the SHA-1 HMAC of the file. This mode of operation is provably semantically secure under deterministic chosen-plaintext attack. diff --git a/README.md b/README.md index 58a2a15..92c69ca 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ there may be backwards-incompatible changes introduced before version Security -------- -git-crypt is more secure that other transparent git encryption systems. +git-crypt is more secure than other transparent git encryption systems. git-crypt encrypts files using AES-256 in CTR mode with a synthetic IV derived from the SHA-1 HMAC of the file. This mode of operation is provably semantically secure under deterministic chosen-plaintext attack.