ShareBolt Enterprise eliminates the file size ceiling by encrypting on your device and writing directly to your own storage bucket. Your 500GB CAD files, 200GB genomics exports, and multi-terabyte model archives transfer identically — zero-knowledge encrypted, GDPR-routed, with a full SOC2 audit chain.
Bring Your Own Storage connects ShareBolt's cryptographic layer to your existing cloud storage — no data ever passes through our infrastructure.
Client Device (Sender)
├─ [1] AES-256-GCM key generated locally (never leaves device)
├─ [2] File encrypted chunk-by-chunk in memory
├─ [3] Encrypted chunks → written to YOUR storage bucket directly (currently Cloudflare R2; AWS S3, Azure Blob, GCS, MinIO on roadmap)
└─ [4] Encrypted key envelope → sent to ShareBolt relay
ShareBolt Relay (zero-knowledge)
└─ [5] Encrypted key forwarded to recipient DID (ShareBolt never decrypts)
Recipient Device
├─ [6] Decrypts key envelope with private key
└─ [7] Pulls encrypted chunks from YOUR bucket → decrypts locally
Result: Your S3 bucket holds only encrypted ciphertext.
ShareBolt holds only an encrypted key envelope.
Neither alone can reconstruct the plaintext.
| Storage Provider | Min Plan Required | Max File Size | Multi-Region | GDPR Residency |
|---|---|---|---|---|
| AWS S3 (Roadmap) | Pro Vault ($9/mo) | ✅ Unlimited | ✅ Yes | ✅ EU-West |
| Cloudflare R2 | Pro Vault ($9/mo) | ✅ Unlimited | ✅ Yes | ✅ EU Region |
| Google Cloud Storage (Roadmap) | Pro Vault ($9/mo) | ✅ Unlimited | ✅ Yes | ✅ EU Region |
| Azure Blob Storage (Roadmap) | Enterprise Citadel | ✅ Unlimited | ✅ Yes | ✅ EU/UK Regions |
| MinIO (Self-Hosted) (Roadmap) | Enterprise Citadel | ✅ Unlimited | ✅ Custom | ✅ On-Premise |
| ShareBolt Managed (Standard) | Standard Shield (Free) | 2 GB limit | ❌ Single region | ⚠️ US-East only |
Every enterprise feature is designed around one principle: your data stays encrypted, under your control, on your infrastructure.
OIDC JWT claims are parsed client-side. Room encryption keys are envelope-encrypted against the session key derived from your Okta group claims. Only users with the correct IAM role can decrypt — without ShareBolt seeing the key.
Enterprise Citadel subscriptions run on isolated Cloudflare Workers. No shared runtime, no noisy neighbors. Your traffic never crosses paths with another organization's transfers. Dedicated nodes with 99.99% uptime SLA.
GDPR, HIPAA, and local data sovereignty rules are enforced by routing transfers through jurisdiction-specific edge nodes. EU data stays in EU nodes. No manual configuration — just declare your residency rule at the organization level.
For maximum compliance, Enterprise Citadel integrates with your on-premise Hardware Security Module (HSM). Vault master keys never touch software — they live entirely in tamper-proof HSM hardware conforming to FIPS 140-2 Level 3.
High-stakes transfers can require M-of-N approvers (e.g., 3 of 5 executives must decrypt their Shamir share before access is granted). Built on Galois Field GF(2⁸) Lagrange interpolation — mathematically proven threshold cryptography.
A named technical account manager, sub-4-hour critical incident response, and a dedicated Slack channel. SLA contracts specify 99.99% availability with financial penalty clauses for breach.
Unlike legacy enterprise file transfer tools that decrypt on the server, ShareBolt resolves identity claims client-side and never exposes decrypted keys to the network.
function resolveEnterpriseAccess(oidcJwtToken, roomId) { // Parse claims entirely in browser/client memory — no server call const claims = parseOidcToken(oidcJwtToken); // Check role against organization-defined access policy const roomPolicy = getLocalRoomPolicy(roomId); if (!roomPolicy.allowedGroups.some(g => claims.groups.includes(g))) { throw new Error('SEC_AUTH_FAILED: Insufficient OIDC role claims'); } // Decrypt room key envelope with session-derived private key return decryptLocalKeyEnvelope(claims.session_key, roomId); // Key never transmitted. Decryption is local. ShareBolt sees nothing. }
cf-ipcountry routing — EU traffic stays in EU-central R2 buckets backed by separate credentials.Enterprise plan supports unlimited file sizes via BYOS (Bring Your Own Storage). Without BYOS, the platform enforces plan-based limits. With BYOS, files are written encrypted directly to your storage bucket and ShareBolt does not proxy or buffer the file data — the only ceiling is your storage backend's own object size limit.
Declare your data residency zone at the organization level. ShareBolt's edge routing layer uses Cloudflare's geo-routing to ensure all traffic for EU users enters and exits EU-region edge nodes. Combined with BYOS, your encrypted data never leaves the EU.
Yes, via a private Cloudflare Workers deployment. The Enterprise Citadel plan includes a self-hosted relay option for air-gapped environments. MinIO BYOS support is on our roadmap — contact sales for on-premise deployment architecture documentation and roadmap timelines.
Talk to our enterprise team. Custom SLAs, dedicated edge nodes, on-premise relay, and HSM integration are available on the Citadel plan.