1
0
mirror of https://github.com/sniptt-official/ots.git synced 2026-05-03 19:56:25 +02:00
Slavo Vojacek 3e0c0763e8 Update code and deps, add api key (#36)
* Update code and deps, add api key

* Remove codeql gh action

* Fix release wf

* Update release wf

* Fix deprecation notices
2025-02-07 22:36:53 +00:00
2022-03-14 19:43:35 +00:00
2025-02-07 22:36:53 +00:00
2025-02-07 22:36:53 +00:00
2021-07-15 19:15:07 +01:00

OTS Logo

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

render1628628123170

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.

License

See LICENSE

S
Description
🔐 Share end-to-end encrypted secrets with others via a one-time URL
Readme Apache-2.0 188 KiB
Languages
Go 100%