Cipher 0.2 is here — see the new code blocks.
Sign up

Introduction

Encrypt anything in three lines of code.

~ 1 min read

Cipher is a developer-first encryption service. Hand it a payload, get back a sealed envelope. Hand the envelope back later — get the payload.

Why Cipher

Three lines of code

No key-management busywork. The SDK does it.

Per-tenant keys

Strong isolation by default. Multi-tenant ready out of the box.

Forward-secret

Compromised key today can’t decrypt yesterday’s traffic.

Audit trail

Every encrypt/decrypt is signed and queryable.

What’s next

  1. Install the SDK

    npm install @example/cipher and grab a sandbox key.

  2. Encrypt your first payload

    Three lines. Skip to the quickstart.

  3. Wire it into prod

    Rotate keys on a schedule. Done.

Last updated Edit this page
↑↓ navigate open esc close