encryption-patterns
Installation
SKILL.md
Encryption Patterns
Encrypt data at rest, in transit, and know what you actually need to encrypt.
1. Encryption Categories
| Category | What | How |
|---|---|---|
| In transit | Network data | TLS 1.3 (HTTPS) |
| At rest | Stored data | Disk/DB encryption |
| Field-level | Specific sensitive fields | App-level AES-256-GCM |
| End-to-end | Client to client | Signal protocol, libsodium |