DoctrineEncryptBundle
DoctrineEncryptBundle copied to clipboard
:key: Encrypted symfony entities by verified and standardized libraries
https://paragonie.com/blog/2024/04/release-sodium-compat-v2-and-future-our-polyfill-libraries
As I wrote in the title.
The package is registered on packagist as michaeldegroot/doctrine-encrypt-bundle on packagist not absolute-quantum/doctrine-encrypt-bundle. Looks like somebody misinterpreted it that it need to be the github name but that is incorrect. I...
When trying to install it in a Symfony 7 project, I received the following message: Problem 1 - Root composer.json requires michaeldegroot/doctrine-encrypt-bundle ^5.1 -> satisfiable by michaeldegroot/doctrine-encrypt-bundle[v5.1.0]. - michaeldegroot/doctrine-encrypt-bundle v5.1.0...
It is not possible to install the library if the abandoned sensio/framework-extra-bundle library is not installed. DoctrineEncryptBundle should use Symfony if it is installed. `The service "ambta_doctrine_annotation_reader" has a dependency...
2023-08-04T20:49:38+02:00 [info] User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\PurifyPrePersistSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute. 2023-08-04T20:49:38+02:00 [info] User Deprecated:...
Annotations are being removed in favor of PHP 8 attributes. Could we get an `#[Encrypted]` attribute, just like the current `@Encrypted` annotation? This will likely result in the need of...
I get this error on decrypt using 5.1 The encryption happens on a different project using paragonie/halite 4.6 which matches the version that this bundle uses I can echo out...
Except not loading the bundle for `all`, is there any way to disable encryption for specific env? `Halite` seems to be applied when config is null or unknown Doing something...