sniptt-official/ots
Share end-to-end encrypted secrets with others via a one-time URL
repo name | sniptt-official/ots |
repo link | https://github.com/sniptt-official/ots |
homepage | https://ots.sniptt.com |
language | Go |
size (curr.) | 100 kB |
stars (curr.) | 1416 |
created | 2021-07-15 |
license | Apache License 2.0 |
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
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.
- Why should I trust you with my secrets?
- Can I persist my secrets for later use?
- What kind of limits are in place?
License
See LICENSE