diff --git a/src/OpensslBridge.php b/src/OpensslBridge.php index 7eeb521c..369d2fad 100644 --- a/src/OpensslBridge.php +++ b/src/OpensslBridge.php @@ -154,6 +154,7 @@ private static function mode(): string // To prevent legacy blobs from not decoding, these ciphers (which were implemented before 8.3) have hard coded // return values. Luckily, this integrates gracefully with overloading. $legacy = [ + 'bf-cbc' => 'cbc', 'bf-ofb' => 'ofb', 'aes-256-cbc' => 'cbc', 'aes-256-ctr' => 'ctr',