mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
fix: format table in encryption documentation for better readability
This commit is contained in:
@@ -79,10 +79,10 @@ To encrypt messages at rest, enable the setting:
|
||||
|
||||
### Behavior by Setting
|
||||
|
||||
| Setting | DB Storage | Transport | Key Rotation Risk |
|
||||
|---------|-----------|-----------|-------------------|
|
||||
| `false` (default) | Plaintext | Encrypted | None — stored data is unaffected |
|
||||
| `true` | Encrypted | Encrypted | Changing the key makes old messages unreadable |
|
||||
| Setting | DB Storage | Transport | Key Rotation Risk |
|
||||
| ----------------- | ---------- | --------- | ---------------------------------------------- |
|
||||
| `false` (default) | Plaintext | Encrypted | None - stored data is unaffected |
|
||||
| `true` | Encrypted | Encrypted | Changing the key makes old messages unreadable |
|
||||
|
||||
### Mixed Content
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user