{"id":13393070,"url":"https://github.com/sniptt-official/ots","last_synced_at":"2025-05-14T13:02:28.723Z","repository":{"id":38975432,"uuid":"386384568","full_name":"sniptt-official/ots","owner":"sniptt-official","description":"🔐 Share end-to-end encrypted secrets with others via a one-time URL","archived":false,"fork":false,"pushed_at":"2025-02-08T17:14:28.000Z","size":61,"stargazers_count":1790,"open_issues_count":2,"forks_count":48,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-13T13:55:24.499Z","etag":null,"topics":["cli","end-to-end-encryption","secret-management","secret-sharing"],"latest_commit_sha":null,"homepage":"https://ots.sniptt.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sniptt-official.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"sniptt"}},"created_at":"2021-07-15T18:13:02.000Z","updated_at":"2025-04-02T23:16:18.000Z","dependencies_parsed_at":"2022-07-18T18:42:40.773Z","dependency_job_id":"7c8887e1-40fd-48c7-991c-411e8e0febe7","html_url":"https://github.com/sniptt-official/ots","commit_stats":{"total_commits":48,"total_committers":7,"mean_commits":6.857142857142857,"dds":"0.47916666666666663","last_synced_commit":"fe6849fc722ab430d9daf20af8314e15a477c736"},"previous_names":["sniptt-official/ots-cli"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniptt-official%2Fots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniptt-official%2Fots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniptt-official%2Fots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniptt-official%2Fots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sniptt-official","download_url":"https://codeload.github.com/sniptt-official/ots/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149615,"owners_count":22022846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","end-to-end-encryption","secret-management","secret-sharing"],"created_at":"2024-07-30T17:00:42.254Z","updated_at":"2025-05-14T13:02:28.619Z","avatar_url":"https://github.com/sniptt-official.png","language":"Go","funding_links":["https://patreon.com/sniptt"],"categories":["Go","Utilities","cli","\u003ca name=\"security\"\u003e\u003c/a\u003eSecurity and encryption"],"sub_categories":["Security"],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sniptt.com\"\u003e\n    \u003cimg src=\".github/assets/ots-social-cover.svg\" alt=\"OTS Logo\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"right\"\u003e\n  \u003ci\u003eIf you use this repo, please star it ✨\u003c/i\u003e\n\u003c/p\u003e\n\n***\n\n\u003cp align=\"center\"\u003e🔐 \u003cb\u003eShare end-to-end encrypted secrets with others via a one-time URL\u003c/b\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eUse to securely share API Keys, Signing secrets, Passwords, etc. with 3rd parties or with your team\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eSecrets are destructed 💥 once viewed, or after specified expiry\u003c/p\u003e\n\n***\n\n\u003cp align=\"center\"\u003e\u003cb\u003eLooking for the web version?\u003c/b\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003ehttps://ots.sniptt.com\u003c/p\u003e\n\n***\n\n## Install\n\n### Homebrew\n\nThe recommended way to install `ots` on macOS is via Homebrew.\n\n```\nbrew install ots\n```\n\n### Go\n\n```\ngo get -u github.com/sniptt-official/ots\n```\n\n## Usage\n\n![render1628628123170](https://user-images.githubusercontent.com/778109/128932301-190388b3-171c-4e41-be5c-88ecf315beda.gif)\n\n### Prompt\n\n```\n\u003e ots new -x 2h\nEnter your secret: \n```\n\nThe default expiry is 24 hours.\n\n### Pipeline\n\nYou can also use pipes, for example\n\n```\npbpaste | ots new\n```\n\nor\n\n```\ncat .env | ots new\n```\n\n### Data residency\n\nUse `--region` to choose where the secrets reside.\n\nThe default region is `us-east-1`.\n\n```\nots new -x 24h --region eu-central-1\n```\n\n## FAQs\n\nPlease refer to our Q\u0026A discussions.\n\n*   [Why should I trust you with my secrets?](https://github.com/sniptt-official/ots/discussions/13)\n*   [Can I persist my secrets for later use?](https://github.com/sniptt-official/ots/discussions/15)\n*   [What kind of limits are in place?](https://github.com/sniptt-official/ots/discussions/18)\n\n## License\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsniptt-official%2Fots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsniptt-official%2Fots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsniptt-official%2Fots/lists"}