summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/encryption/lib/crypto/crypt.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/encryption/lib/crypto/crypt.php b/apps/encryption/lib/crypto/crypt.php
index 790541bc07d..69d8757eb86 100644
--- a/apps/encryption/lib/crypto/crypt.php
+++ b/apps/encryption/lib/crypto/crypt.php
@@ -48,6 +48,8 @@ use OCP\IUserSession;
* - AES-256-CFB
* - AES-128-CFB
*
+ * For integrity protection Encrypt-Then-MAC using HMAC-SHA256 is used.
+ *
* @package OCA\Encryption\Crypto
*/
class Crypt {