/ots

🔐 Share end-to-end encrypted secrets with others via a one-time URL

Primary LanguageGoApache License 2.0Apache-2.0

👀 The web version has now moved to ots.sniptt.com 👀

Please upgrade the CLI to version 0.1.0

Ots Logo

If you use this repo, star it ✨


🔐 Share end-to-end encrypted secrets with others via a one-time URL

Use to securely share API Keys, Signing secrets, Passwords, etc. with 3rd parties or with your team

Secrets are destructed 💥 once viewed, or after specified expiry


Looking for the web version?

https://ots.sniptt.com


Install

Homebrew

The recommended way to install ots on macOS is via Homebrew.

brew install ots

Go

go get -u github.com/sniptt-official/ots

Manual

Please refer to the manual install doc.

Usage

render1628628123170

Prompt

$ ots new -x 2h
Enter your secret: 

Pipeline

You can also use pipes, for example

$ pbpaste | ots new

or

$ cat .env | ots new

Data residency

Use --region to choose where the secrets reside.

$ ots new -x 24h --region eu-central-1

FAQs

Please refer to our Q&A discussions.

License

See LICENSE