01Algorithms summary.
Layer
Algorithm
Key length
Disk encryption
AES-256-GCM (authenticated)
256-bit DEK
Key wrapping
AES-256-GCM (KEK wraps DEK)
256-bit KEK
TLS
TLS 1.3 only (no 1.2 fallback for new connections)
P-256 / X25519
Inter-service
mTLS with rotated client certs
RSA-3072 / ECDSA P-256
Hashing (passwords)
Argon2id (m=128 MiB, t=4, p=4)
n/a
Hashing (audit)
SHA-256 (HMAC for log integrity)
256-bit HMAC key
Random
OS CSPRNG (
getrandom(2))256-bit seed