WHA Shield

Security

Argon2id password hashing, TOTP 2FA, CSRF/CSP/HSTS headers, prepared statements everywhere, rate limiting, and full audit logging are built into the platform core.


Argon2id Password Hashing

The current OWASP-recommended password hashing algorithm, used for every account.

TOTP Two-Factor Auth

Optional TOTP 2FA on every account, with recovery codes for account access.

CSRF / CSP / HSTS Headers

Standard web-application security headers, enforced platform-wide.

Prepared Statements Everywhere

Every database query is parameterized — no raw SQL string concatenation.

Rate Limiting

Per-key, per-minute rate limits plus daily/monthly quotas on every API request.

Full Audit Logging

Admin and account-level actions are recorded to a real, queryable audit log.