DoctrineEncryptBundle icon indicating copy to clipboard operation
DoctrineEncryptBundle copied to clipboard

@Encrypted is ignored in Embedded entities

Open helzakar opened this issue 9 years ago • 1 comments

An entity class that is Embeddable and has Encrypted property is ignored and value is stored as plain text without any encryption whatsoever

helzakar avatar Jun 03 '15 13:06 helzakar

Hello spectrumcat

I've made a PR (https://github.com/ambta/DoctrineEncryptBundle/pull/5) on this fork https://github.com/ambta/DoctrineEncryptBundle to add support for encrypted fields in Embedded entities.

I've chosen to make the PR for this fork because the team has made a lot of refactoring which was easier for me to implement.

BboyKeen avatar Feb 15 '16 00:02 BboyKeen