@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | foreach ($chunks as $i => &$chunk) { |
| 46 | 46 | // Create the info key based on counter |
| 47 | - $info = $length . $i; |
|
| 47 | + $info = $length.$i; |
|
| 48 | 48 | |
| 49 | 49 | // Xor the derived key with the data chunk |
| 50 | 50 | $chunk = $chunk ^ $key->deriveKey($info); |