Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
O

ots

> 开发工具
Open source

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

1.8K stars0 likes0 views
WebsiteGitHub

About

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

If you use this repo, please 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 ``` ## Usage ### Prompt ``` > ots new -x 2h Enter your secret: ``` The default expiry is 24 hours. ### 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. The default region is `us-east-1`. ``` ots new -x 24h --region eu-central-1 ``` ## FAQs Please refer to our Q&A discussions. * [Why should I trust you with my secrets?](https://github.com/sniptt-official/ots/discussions/13) * [Can I persist my secrets for later use?](https://github.com/sniptt-official/ots/discussions/15) * [What kind of limits are in place?](https://github.com/sniptt-official/ots/discussions/18) ## License See [LICENSE](LICENSE)

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Gocliend-to-end-encryptionsecret-managementsecret-sharing

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category开发工具
PricingOpen source

> Related tools

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具