Unlimited File Sizes · BYOS Storage · 99.99% SLA · Dedicated Nodes

Enterprise File Sharing With No Size Limits — In Any Region, On Your Storage

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.

No Size Limits: The BYOS Architecture

Bring Your Own Storage connects ShareBolt's cryptographic layer to your existing cloud storage — no data ever passes through our infrastructure.

BYOS TRANSFER FLOW — ENTERPRISE CITADEL

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.

Supported Storage Backends

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

Built for Enterprise Security Requirements

Every enterprise feature is designed around one principle: your data stays encrypted, under your control, on your infrastructure.

IDENTITY

Okta & OIDC SSO Integration (Coming soon — on our roadmap)

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.

INFRASTRUCTURE

Dedicated Edge Worker Nodes

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.

COMPLIANCE

Automatic Edge Residency Routing

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.

CRYPTOGRAPHY

Private HSM Key Management

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.

AUDIT

M-of-N Quorum Decryption

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.

SUPPORT

24/7/365 Dedicated SLA

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.

Zero-Trust Identity: OIDC Role Claims

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.

OIDC CLAIMS RESOLUTION — CLIENT-SIDE

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.
}

Enterprise Key Takeaways

  • Zero file size ceiling via BYOS — encrypted chunks write directly from client to your S3/R2/Azure bucket; ShareBolt is never in the data path.
  • GDPR data residency enforced at the Cloudflare edge using cf-ipcountry routing — EU traffic stays in EU-central R2 buckets backed by separate credentials.
  • Ed25519-signed audit ledger with hash chain including storage region — every field of every transfer is tamper-evident; a single modified record breaks all downstream blocks.
  • BYOS bypass = stronger residency — enterprise tenants designate their own regional bucket; geo-routing is bypassed because the bucket itself is the declared jurisdiction.
  • Dedicated edge Workers (99.99% SLA) — no shared runtime, no noisy neighbors, isolated Cloudflare Workers pool per tenant.
  • HSM integration — vault master keys live entirely in FIPS 140-2 Level 3 hardware; no software key exposure on any tier.

Enterprise FAQ

Is there a file size limit for enterprise customers?

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.

How do we handle data residency for EU customers?

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.

Can we run ShareBolt on-premise?

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.

Ready for Unlimited, Compliant Enterprise File Transfer?

Talk to our enterprise team. Custom SLAs, dedicated edge nodes, on-premise relay, and HSM integration are available on the Citadel plan.

Get Enterprise Pricing Compare All Plans