Developers

One line from a terminal, a typed SDK from an app, an OpenAPI document for everything else.

From your terminal

Prints one line: the link. Everything after the # is the key, and our server did the encrypting - that path says so on every response.

curl -T secrets.env https://secretpaste.com

From the CLI

Encrypts on your machine, streams large files, and never writes a key to disk.

brew install secretpaste && secretpaste create ./secrets.env

From your own code

The API takes ciphertext and public parameters. The OpenAPI document is generated from the same schemas the handlers validate against, so it cannot drift.

OpenAPI documentRead the docs