Quickstart: the CLI

Terminal convenience, browser-grade secrecy.

Install and send

The CLI encrypts on your machine, streams large files, and never writes a key to disk.

brew install secretpaste
secretpaste create ./secrets.env --expires 1h --views 1

Read one back

secretpaste get <url> writes the plaintext to stdout, or to a file with --output. Opening it consumes a view, exactly as a browser would.