We publish the code, the architecture, and the threat model. The zero-knowledge claim is a property of the published code — not marketing.
Veqtrx is built around a single technical commitment: the server cannot read customer data, even with full database access. Customer financial data is encrypted in the browser before any HTTP request leaves the user's machine. The encryption key is derived from the user's password in-browser via PBKDF2-SHA256 with 600,000 iterations — that key never crosses the network. There is no master key, no admin override, no KMS unlock. If every Veqtrx employee, every server, and every backup were compromised simultaneously, customer financial data would remain ciphertext.
The actual encryption code is open-source: github.com/vaibhavkiyer24/veqtrx-crypto-reference. Diff it against what the browser bundle ships in production — they're identical modulo minification. Run the included tests to verify the claims yourself.
Every access is logged with the principal, endpoint, timestamp, and reference ID. Partners can request a CSV export of all events scoped to their partner_id:
| Event | Logged | Retention |
|---|---|---|
| Customer login | Timestamp, IP country, user agent | 90 days |
| Budget save | Customer ID, blob hash | 90 days |
| Agent view | Agent ID, ref ID | 365 days |
| Creditor view | IP country, ref ID | 365 days |
| Admin action | Admin email, endpoint, body | 730 days |
| GDPR erasure (Vanish) | Customer ID, what was scrubbed | Indefinite |
| Standard | Target | Status |
|---|---|---|
| UK GDPR | Launch | ✅ Compliant |
| ICO registration | Q2 2026 | In progress |
| Cyber Essentials | Q3 2026 | Self-assessment phase |
| Cyber Essentials Plus | Q4 2026 | Planned |
| Independent pen test | Q3 2026 | Vendor shortlisting |
| SOC 2 Type I | Q1 2027 | Roadmap |
| Independent crypto review | Q2 2027 | Roadmap |
| SOC 2 Type II | Q3 2027 | Roadmap |
crypto.getRandomValues. All via the Web Crypto API — no third-party crypto libraries.Full FAQ — 28 questions covering implementation, audit trail, compliance, pen testing, operations, and contracting. Available on request via contact@veqtrx.com.
Full architecture, threat model, key management spec, audit trail, and compliance roadmap — in one document. Intended for bank / lender / regulator due-diligence reviews.
The encryption code that runs in every Veqtrx user's browser is published under MIT licence. Read it. Diff it against the production bundle. Run the included tests.
One file, ~350 lines, no third-party crypto libraries. Audit surface is the Web Crypto API.
We welcome independent security review. We provide:
Email contact@veqtrx.com with your test window and the firm you're using.
For confirmed vulnerabilities we acknowledge within 24 hours and patch on a severity-driven timeline. No paid bounty programme yet; public credit on request.