diff --git a/libraries/src/Encrypt/Aes.php b/libraries/src/Encrypt/Aes.php index 564334bd43640..5db57b223e255 100644 --- a/libraries/src/Encrypt/Aes.php +++ b/libraries/src/Encrypt/Aes.php @@ -47,6 +47,8 @@ class Aes * @param int $strength Bit strength (128, 192 or 256) – ALWAYS USE 128 BITS. THIS PARAMETER IS DEPRECATED. * @param string $mode Encryption mode. Can be ebc or cbc. We recommend using cbc. * @param string $priority Priority which adapter we should try first + * + * @deprecated 5.0 $strength will be removed */ public function __construct($key, $strength = 128, $mode = 'cbc', $priority = 'openssl') {