summaryrefslogtreecommitdiffstats
path: root/apps/encryption
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-01-08 18:12:22 +0100
committerLukas Reschke <lukas@owncloud.com>2016-02-09 23:43:26 +0100
commitd5c15968878f896caf7b2c197ecc8e87f0b584c8 (patch)
treed72d6a8ada873b454204a8bb2aaf0efcb2493100 /apps/encryption
parent3b62459c41fe56db00f2156535b0fe689bb43177 (diff)
downloadnextcloud-server-d5c15968878f896caf7b2c197ecc8e87f0b584c8.tar.gz
nextcloud-server-d5c15968878f896caf7b2c197ecc8e87f0b584c8.zip
Clarify documentation
Diffstat (limited to 'apps/encryption')
-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 {