Blindflare Logo

BLINDFLARE

Blindflare is a zero-trust encrypted web system. All encryption, authentication, and validation are performed on your device. The server never sees your secrets.

Blindflare: A Zero-Trust Encrypted Web System


How It Works:

Technical Summary:


Whitepaper | Overview | FAQ | Legal

Core Principles

Protocol at a Glance

  1. Device generates an ECC keypair (secp256k1).
  2. Registration publishes the public key and a verifier derived from the private key; the private key never leaves the device.
  3. For each request, an ECDH exchange derives a fresh symmetric key to encrypt the payload and response.
  4. Data is encrypted and signed locally, uploaded as opaque, content-addressed blobs.
  5. On retrieval, the client verifies signatures and decrypts locally.

Cryptography

Threat Model

Use Cases

Get Started


The user owns the keys. The client owns the logic. The server is just a courier.