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 (GGUF) model on your hardware via an Offline AI Pack. (An optional Apple-Silicon MLX backend is planned for a future release.) 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: security@intreys.com
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 .AppImage packages (x86_64 and ARM64). Public key published at /.well-known/intreys-release.asc — RSA-4096, fingerprint CA7B 0258 ADE4 E3DE A821 18C3 3323 B4B4 8BD5 4AC4.Intreys™ is a v1.0 launch. We are committed to publishing the following over the next four quarters:
Anything not covered here? Email security@intreys.com for security-specific questions, or support@intreys.com for general help.