Free Symfony bundle to encrypt Doctrine fields
Pleased to announce the release of my new, free Symfony bundle to allow seamless encrypted column storage in your Doctrine entities. Add a simple attribute to your entity properties and each entity row will be encrypted with a different encryption key, looked up from a table of keys which are in turn encrypted with your configured master key. So it's as simple as:
-
Generate a master key file.
-
Add #[EncryptedField] to your chosen entity properties.
-
Your database data is now securely encrypted using AES-256-GCM.
https://packagist.org/packages/dwgebler/encrypted-fields-bundle
Comments
All comments are pre-moderated and will not be published until approval.
Moderation policy: no abuse, no spam, no problem.
Recent posts
Keep your database data secure by selectively encrypting fields using this free bundle.
php
Learn how to build an extensible plugin system for a Symfony application
php
Buy this advertising space. Your product, your logo, your promotional text, your call to action, visible on every page. Space available for 3, 6 or 12 months.
The difference between failure and success isn't whether you make mistakes, it's whether you learn from them.
musings coding
Recalling the time I turned down a job offer because the company's interview technique sucked.
musings
Recalling the time I was rejected on the basis of a tech test...for the strangest reason!
musings