Web portal¶
Screenshot placeholder —
app.voltius.appdashboard.
app.voltius.app — for account-level things you don't need the desktop client for.
What it does¶
- Create accounts — sign up, verify email.
- Sign in / out — manage active sessions.
- Billing — subscription, invoices, seat management (Teams/Business).
- Team admin — invite, remove members; assign roles.
- Audit log viewer (Teams/Business) — same logs as the desktop client.
What it does not do¶
It does not display your vault. The portal can't decrypt anything — your password derives enc_key only client-side, in WASM, and the portal discards it immediately.
Security¶
The portal uses the same voltius-crypto Rust crate as the desktop, compiled to WebAssembly. Argon2id + HKDF-SHA256 run in your browser before any network request. The auth server only ever receives an opaque auth_key.
See Security → Sync protocol for the full diagram.