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

I had issue with `$em->refresh($entity);`, the value was not decrypted again. Here is a simpler approach I think, we tell Doctrine the original value was the decrypted one. So we...

I have copy code from listeners existing in this repository Maybe it can be usefull to refactor into services but I don't have the time I suggest this PR anyways...

Is there a simple way to get decrypted value having secret key and encrypted value? Like `php bin/console decrypt:value [--key ]` And how do I change key (decrypt and than...

enhancement
help wanted

Since I want to use Your package in next project I will try to explain the issue the best I can right now. Flow of data - sending between projects...

I was trying to localize the bottleneck in my API calls. That's the one **Without that:** - **Start**: 17:57:40 - **End**: 17:59:28 - **Duration**: 1min 48s - **Result**: not even...

I'd like to use this bundle, but I don't use annotations in my entities. It would be nice to get mapping in XML (and maybe in YAML too, but this...

enhancement
help wanted

in symfony 6.4 annotations are deprecated and disabled in framework but in SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand service Doctrine\Common\Annotations\Reader is autoloading as annotationReader which is disabled result in site crashed with error `Cannot autowire...

Since this bundle is now extenting AbstractBundle support for symfony versions prior 6.1 is broken. The symfony documentation states: > If your bundle must be compatible with previous Symfony versions...

Looks like the **Twig** support feature can't be disabled at all. At the same time the **Twig** bundle is not required in the `composer.json`. So, the attempt to use the...

Here is a deprecation warning for the future Symfony 7.0 ``` deprecation.INFO: User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "SpecShaper\EncryptBundle\Subscribers\DoctrineEncryptSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener...