- 🇬🇧United Kingdom BryanGullan
Just to note that if the algorithm in use is AES256, you'd need to patch this differently to incorporate the iv as well.
Here's a patch to illustrate this, with the $algo hardcoded to AES256 as proof of concept.
Warden stops working completely when php8 or latter is used.
Install and enable warden while drupal is running on php8 environment.
Patch for https://github.com/teamdeeson/wardenapi that has correct way to call openssl_seal().
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Just to note that if the algorithm in use is AES256, you'd need to patch this differently to incorporate the iv as well.
Here's a patch to illustrate this, with the $algo hardcoded to AES256 as proof of concept.