feat: add server-side encryption for address and phone

This commit is contained in:
openclaw 2026-03-04 18:02:42 +00:00
parent 40042eb76c
commit d08e6f8a17
6 changed files with 65 additions and 2 deletions

View file

@ -9,6 +9,7 @@ Erster funktionaler Backend-Stand für die Vision:
- Datenmodell inkl. postalischer Adress-Verifikation (`backend/sql/schema.sql`)
- Address-Change-Flow mit Briefcode (`/addresses/change-request`, `/addresses/verify`)
- Kontaktdatenaustausch nach Deal (`/contacts/request`, `/contacts/respond`, `/contacts/deal/:dealId`)
- Serverseitige AES-256-GCM-Verschlüsselung für Adresse/Telefon (`DATA_ENCRYPTION_KEY`)
## Start