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

2. In Transit (TLS)

Installs
1
First Seen
Jun 6, 2026
encryption-patterns — cavaldos/opencode-kit