Skip to content
/ ots Public
forked from sniptt-official/ots

๐Ÿ” Share end-to-end encrypted secrets with others via a one-time URL

License

Notifications You must be signed in to change notification settings

marchanlon/ots

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ots Logo

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?

https://www.sniptt.com/ots


Install

Homebrew

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

go get -u github.com/sniptt-official/ots

Manual

For manual installation instructions on macOS and Linux, please refer to the dedicated install docs.

Usage

render1628628123170

Prompt

$ ots new -x 2h
Enter your secret: 

Pipeline

You can also use pipes, for example

$ pbpaste | ots new

or

$ cat .env | ots new

FAQs

Please refer to our Q&A discussions.

License

See LICENSE

About

๐Ÿ” Share end-to-end encrypted secrets with others via a one-time URL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%