Network forensics tools handle some of the most sensitive data on a customer's network. We design Intreys assuming that data must never leave the customer's machine without their explicit action.
llama.cpp or MLX model on your hardware. Cloud AI providers (Claude, OpenAI, Grok, Azure) are opt-in and gated by an in-app privacy filter.Native desktop shell with a compiled Python core shipped as a signed binary — source is not distributed. Authentication uses HMAC-SHA256 session tokens with a 24-hour expiry and a persistent revocation blacklist.
Cloudflare Worker at license.intreys.com. Ed25519-signed license tokens. Stripe handles all payment processing. We never see card numbers.
SQLite databases for accounts, audit, and SSO config. WAL mode + busy timeout. Application data lives under your OS data directory and is encrypted where supported.
PCAPs and live captures stay on your filesystem. We do not upload, mirror, or transit them through Intreys infrastructure under any circumstances.
| Use case | Algorithm |
|---|---|
| Password storage | PBKDF2-HMAC-SHA256, 600 000 iterations, per-user salt |
| Local secret encryption | Fernet (AES-128-CBC + HMAC-SHA256) |
| Session tokens | HMAC-SHA256, 24h expiry, persistent blacklist |
| License tokens | Ed25519 signature over JSON payload |
| OIDC ID tokens | RS256/RS384/RS512 verified against IdP JWKS, with PKCE on the authorization code flow |
| Transport | TLS 1.3 |
Contact: [email protected]
For coordinated disclosure timelines, scope, safe-harbor language, and acknowledgments, see our Vulnerability Disclosure Policy. Machine-readable contact details are published at /.well-known/security.txt per RFC 9116.
.deb and .rpm packages. Public key published at /.well-known/intreys-release.asc (forthcoming).ghcr.io/intreys/intreys. Verifiable via cosign verify.Intreys™ is a v1.0 launch. We are committed to publishing the following over the next four quarters:
Anything not covered here? Email [email protected] for security-specific questions, or [email protected] for general help.