DoctrineEncryptBundle icon indicating copy to clipboard operation
DoctrineEncryptBundle copied to clipboard

:key: Encrypted symfony entities by verified and standardized libraries

Results 42 DoctrineEncryptBundle issues
Sort by recently updated
recently updated
newest added

> Warning: substr() expects parameter 1 to be string, object given > in vendor/michaeldegroot/doctrine-encrypt-bundle/Ambta/DoctrineEncryptBundle/Subscribers/DoctrineEncryptSubscriber.php (line 247) On latest version 4.0

bug

My main question is, what is the best way to use @UniqueEntity with encrypted data, to avoid duplication data? For example, when I persist an encrypted email in the database,...