]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/streams/crypto/class_McryptStream.php
Continued:
[core.git] / framework / main / classes / streams / crypto / class_McryptStream.php
index 9178ed3a255a112083a8abf10095f16d68ca3e25..a704498d032daab9b6e20a2f1f8e9e52e636331d 100644 (file)
@@ -67,7 +67,7 @@ class McryptStream extends BaseStream implements EncryptableStream {
         */
        public function encryptStream ($str, $key = NULL) {
                // Debug message
-               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . ']: key[' . gettype($key) . ']=' . $key);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('MCRYPT-STREAM: key[' . gettype($key) . ']=' . $key);
 
                // Init crypto module
                $iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB);