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?
The recommended way to install ots on macOS is via Homebrew.
brew install otsgo get -u github.com/sniptt-official/otsPlease refer to the manual install doc.
$ ots new -x 2h
Enter your secret: You can also use pipes, for example
$ pbpaste | ots newor
$ cat .env | ots newUse --region to choose where the secrets reside.
$ ots new -x 24h --region eu-central-1Please refer to our Q&A discussions.
- Why should I trust you with my secrets?
- Can I persist my secrets for later use?
- What kind of limits are in place?
See LICENSE
