EncryptBundle icon indicating copy to clipboard operation
EncryptBundle copied to clipboard

Encryption bundle

Results 15 EncryptBundle issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted