sniptt-official / ots
- четверг, 12 августа 2021 г. в 00:28:58
🔐 Share end-to-end encrypted secrets with others via a one-time URL
If you use this repo, star it
Use to securely share API Keys, Signing secrets, Passwords, etc. with 3rd parties or with your team
Secrets are destructed
Looking for the web version?
The recommended way to install ots
on macOS is via Homebrew.
brew tap sniptt-official/tap
brew install ots
NOTE: We need 30 forks, 30 watchers, and 75 stars to make it to Homebrew/core. Please help us get there
go get -u github.com/sniptt-official/ots
For manual installation instructions on macOS and Linux, please refer to the dedicated install docs.
$ ots new -x 2h
Enter your secret:
You can also use pipes, for example
$ pbpaste | ots new
or
$ cat .env | ots new
Please refer to our Q&A discussions.
See LICENSE