macOS
brew install otslocal Homebrew formula metadata
安装
brew install otslocal Homebrew formula metadata
sudo apt install libots-devDebian stable package indexes · libots-dev · 来源: deb.debian.org
sudo dnf install otsFedora Rawhide package metadata · ots · 来源: dl.fedoraproject.org
nix profile install nixpkgs#otsnixpkgs package indexes · pkgs/by-name/ot/ots/package.nix · 来源: api.github.com
概览
Share end-to-end encrypted secrets with others via a one-time URL
历史
ots is a Go command-line tool from Sniptt for sharing secrets through one-time URLs. It encrypts a secret on the client side, uploads encrypted bytes to the service, and returns a URL intended to be opened once or expire after a chosen lifetime.
Sniptt introduced ots publicly in a 14 June 2021 post about developer-focused secret sharing. The post described one-time URL sharing as a popular Sniptt use case and presented ots as a lightweight, zero-configuration Go CLI for creating end-to-end encrypted one-time secrets.
The GitHub repository keeps the implementation compact and Go-only. Its README positions the tool for API keys, signing secrets, passwords, and environment data, with support for interactive prompts, pipelines, expiry settings, and regional data residency.
ots gained package-manager visibility through Homebrew, where the formula builds the Go CLI and installs shell completions. The GitHub repository lists fourteen releases and a substantially larger star count than many single-purpose secret-sharing CLIs, suggesting interest beyond the original Sniptt audience.
Users can create a secret interactively with ots new, pass data through a shell pipeline such as pbpaste or cat .env, set an expiry, and choose a storage region. The hosted web page offers the same one-time-secret model from a browser and advertises the CLI install path.
The code encrypts bytes with AES-256-GCM using a randomly generated key and nonce before sending encrypted bytes to the API. The service model is therefore aimed at quick exchange of sensitive material without placing plaintext into chat, email, or issue trackers.
ots is interesting as a package because it turns a hosted security workflow into a Unix-friendly pipe target. It is not a general secret manager; its value is the narrow workflow of making one encrypted, expiring URL from terminal input.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ots | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/sniptt-official/ots
安装元数据
| 软件包键 | brew:ots |
|---|---|
| 版本 | 0.3.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/ots |
| 主页 | https://ots.sniptt.com |
| 仓库 | https://github.com/sniptt-official/ots |
| 上游文档 | https://github.com/sniptt-official/ots#readme |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/sniptt-official/ots/archive/refs/tags/v0.3.1.tar.gz |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ots |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libots-dev 0.5.0-9+b1
Open Text Summarizer (development)
http://libots.sourceforge.net/
sudo apt install libots-devlibots0 0.5.0-9+b1
Open Text Summarizer (library)
http://libots.sourceforge.net/
sudo apt install libots0ots 0.5.0-9+b1
Open Text Summarizer
http://libots.sourceforge.net/
sudo apt install otsots
nix profile install nixpkgs#otslibots-dev 0.5.0-9
Open Text Summarizer (development)
http://libots.sourceforge.net/
sudo apt install libots-devlibots0 0.5.0-9
Open Text Summarizer (library)
http://libots.sourceforge.net/
sudo apt install libots0ots 0.5.0-9
Open Text Summarizer
http://libots.sourceforge.net/
sudo apt install otsots 0.5.0-36.fc44
A text summarizer
http://libots.sourceforge.net/
sudo dnf install otsots-devel 0.5.0-36.fc44
Libraries and include files for developing with libots
http://libots.sourceforge.net/
sudo dnf install ots-develots-libs 0.5.0-36.fc44
Shared libraries for ots
http://libots.sourceforge.net/
sudo dnf install ots-libs来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.