Clarify security section in README

This commit is contained in:
Andrew Ayer
2015-03-17 15:08:35 -07:00
parent c3ab393f17
commit 6d6e96f82b
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -79,7 +79,7 @@ SECURITY
git-crypt is more secure that 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 is provably semantically
derived from the SHA-1 HMAC of the file. This mode of operation is provably semantically
secure under deterministic chosen-plaintext attack. That means that
although the encryption is deterministic (which is required so git can
distinguish when a file has and hasn't changed), it leaks no information

View File

@@ -81,7 +81,7 @@ Security
git-crypt is more secure that 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 is provably semantically
derived from the SHA-1 HMAC of the file. This mode of operation is provably semantically
secure under deterministic chosen-plaintext attack. That means that
although the encryption is deterministic (which is required so git can
distinguish when a file has and hasn't changed), it leaks no information