EncryptBundle
EncryptBundle copied to clipboard
Encryption bundle
Covert values before/after encryption/decrytion by using doctrine internal converter. PS: I've tested it with json as field, should also work with all others (object, array, simple_array, ...)
Description: I encountered an issue while creating a new entity with properties that have the "Encrypted" attribute. The problem is that the entity creation process requires at least one property...
Hi there! Just wanted to try out the package as the multi-connection support was interesting for the project I'm working on, and I had the following error pop up when...
Hello, I noticed encryption stopped persisting into database after upgrading to dev-master for the insert operations. $encryptedValue seems ok on line DoctrineEncryptSubscriber.php:182 and it persisted fine if I comment line...
When using this bundle in conjunction with [DamienHarper/auditor-bundle](https://github.com/DamienHarper/auditor-bundle) one can observe that the entity changeset produced is plain wrong. What I expect to see on insert: Old value: null New...
Hello! I am currently using your library in my project and I find it very useful. However, I am planning to upgrade my project to Symfony 7 and I noticed...
I have a Symfony 6 project with Doctrine/ORM 3, however the bundle only supports ORM 2.11. Is there a way to get it to work with version 3?
All other support is dropped, minimum Doctrine 3.x, Symfony 7, PHP 8.2. - Removes annotations - Use Doctrine listener instead of subscriber - `EncryptEventSubscriber` => `EncryptEventListener` - `DoctrineEncryptSubscriber` => `DoctrineEncryptListener`...