feat(security): add support for message encryption with a key

This commit is contained in:
2025-09-15 08:25:06 +02:00
parent c541119cf0
commit d417a46a06
5 changed files with 102 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
SPRING_PROFILES_ACTIVE=dev
APP_ENCRYPTION_SECRET=123456789
DB_NAME=EXAMPLE_DB
DB_USER=EXAMPLE
DB_PASSWORD=SECRET