]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add note about the addPadding function
authorLukas Reschke <lukas@owncloud.com>
Mon, 4 Jan 2016 22:10:51 +0000 (23:10 +0100)
committerLukas Reschke <lukas@owncloud.com>
Tue, 9 Feb 2016 22:43:25 +0000 (23:43 +0100)
apps/encryption/lib/crypto/crypt.php

index ffb64d640dce580e767b522bdf088c24df6bdede..1cbf39a82bfdac56d8212b3f0e5694f0a9b5a932 100644 (file)
@@ -288,6 +288,10 @@ class Crypt {
        }
 
        /**
+        * Note: This is _NOT_ a padding used for encryption purposes. It is solely
+        * used to achieve the PHP stream size. It has _NOTHING_ to do with the
+        * encrypted content and is not used in any crypto primitive.
+        *
         * @param string $data
         * @return string
         */