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:

  1. Generate a master key file.

  2. Add #[EncryptedField] to your chosen entity properties.

  3. Your database data is now securely encrypted using AES-256-GCM.

Screenshot of encryption bundle

https://packagist.org/packages/dwgebler/encrypted-fields-bundle


Comments

Add a comment

All comments are pre-moderated and will not be published until approval.
Moderation policy: no abuse, no spam, no problem.

You can write in _italics_ or **bold** like this.

Recent posts


Sunday 17 November 2024, 22:53

Keep your database data secure by selectively encrypting fields using this free bundle.

php

Sunday 27 October 2024, 19:02

Learn how to build an extensible plugin system for a Symfony application

php

SPONSORED AD

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.

Get in touch

Saturday 10 February 2024, 17:18

The difference between failure and success isn't whether you make mistakes, it's whether you learn from them.

musings coding

Monday 22 January 2024, 20:15

Recalling the time I turned down a job offer because the company's interview technique sucked.

musings

Friday 19 January 2024, 18:50

Recalling the time I was rejected on the basis of a tech test...for the strangest reason!

musings