ots

Share end-to-end encrypted secrets via one-time URLs

brewmacoslinux
Try with needOr install directly
Source

About

Share end-to-end encrypted secrets with others via a one-time URL

Commands

ots

Examples

Generate a one-time secret URL for a password$ ots secret 'my-password-123'
Share a secret from stdin and get shareable URL$ echo 'sensitive-api-key' | ots
Retrieve and decrypt a secret from a one-time URL$ ots https://ots.example.com/s/abc123def456