You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance encryption bundle features and documentation
- Added `doctrine:encrypt:rotate-keys` command for full key rotation, including optional backup and confirmation prompts.
- Updated `doctrine:encrypt:status` to list encrypted properties and their configurations.
- Improved documentation across multiple files, including COMMANDS.md, INSTALLATION.md, and KEY_ROTATION.md, to reflect new features and usage instructions.
- Enhanced Makefile in demo projects to include new commands for key rotation.
- Updated .env.example files to clarify the usage of APP_ENCRYPT_KEY for configuration.
- Adjusted configuration files to support batch size options for encryption commands.
- ✅ **Key rotation** — one command or manual steps; combinable with [Nowo\AnonymizedBundle](https://github.com/nowo-tech/AnonymizedBundle) for GDPR-compliant anonymization and erasure
Copy file name to clipboardExpand all lines: demo/symfony7/Makefile
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ SERVICE_PHP := php
7
7
8
8
.PHONY: help up down build install shell logs setup db-create db-schema key fixtures cache-clear update-bundle test encrypt-status encrypt-database decrypt-database ensure-up
Copy file name to clipboardExpand all lines: demo/symfony8/Makefile
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ SERVICE_PHP := php
7
7
8
8
.PHONY: help up down build install shell logs setup db-create db-schema key fixtures cache-clear update-bundle test encrypt-status encrypt-database decrypt-database ensure-up
0 commit comments