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
-
Install the SDK
npm install @example/cipherand grab a sandbox key. -
Encrypt your first payload
Three lines. Skip to the quickstart.
-
Wire it into prod
Rotate keys on a schedule. Done.
Last updated
Edit this page