diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-01-08 18:12:22 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-09 23:43:26 +0100 |
commit | d5c15968878f896caf7b2c197ecc8e87f0b584c8 (patch) | |
tree | d72d6a8ada873b454204a8bb2aaf0efcb2493100 /apps/encryption | |
parent | 3b62459c41fe56db00f2156535b0fe689bb43177 (diff) | |
download | nextcloud-server-d5c15968878f896caf7b2c197ecc8e87f0b584c8.tar.gz nextcloud-server-d5c15968878f896caf7b2c197ecc8e87f0b584c8.zip |
Clarify documentation
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/lib/crypto/crypt.php | 2 |
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 { |