From 3d0b6dde28a188b9727b17a1bf14a119174f937d Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 27 Feb 2023 13:09:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b742846c2..88e5d1475 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Download native binaries of Cryptomator on [cryptomator.org](https://cryptomator ### Consistency -- HMAC over file contents to recognize changed ciphertext before decryption +- Authenticated encryption is used for file content to recognize changed ciphertext before decryption - I/O operations are transactional and atomic, if the filesystems support it - Each file contains all information needed for decryption (except for the key of course), no common metadata means no [SPOF](http://en.wikipedia.org/wiki/Single_point_of_failure)