macOS
brew install oath-toolkitlocal Homebrew formula metadata
sudo port install oath-toolkitMacPorts ports tree · security/oath-toolkit/Portfile · ソース: api.github.com
brew
oath-toolkit のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install oath-toolkitlocal Homebrew formula metadata
sudo port install oath-toolkitMacPorts ports tree · security/oath-toolkit/Portfile · ソース: api.github.com
sudo apk add oath-toolkitAlpine Linux edge package indexes · oath-toolkit · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#oath-toolkitnixpkgs package indexes · pkgs/by-name/oa/oath-toolkit/package.nix · ソース: api.github.com
sudo pacman -S oath-toolkitArch Linux sync databases · oath-toolkit · ソース: geo.mirror.pkgbuild.com
sudo zypper install oath-toolkitopenSUSE Tumbleweed package metadata · oath-toolkit · ソース: download.opensuse.org
sudo apt install liboath-devDebian stable package indexes · liboath-dev · ソース: deb.debian.org
sudo dnf install liboathFedora Rawhide package metadata · liboath · ソース: dl.fedoraproject.org
概要
Tools for one-time password authentication systems
履歴
OATH Toolkit is a long-running free software implementation of one-time password infrastructure. It provides shared C libraries, the oathtool and pskctool command-line tools, and a pam_oath module for integrating HOTP/TOTP authentication into Unix login stacks.
Simon Josefsson introduced the OATH Toolkit publicly in January 2011 as software for OATH one-time password authentication, including oathtool and pam_oath. A May 2011 release announcement for version 1.10.0 points to the Nongnu project page, man pages, PAM documentation, API reference, signed release tarballs, and the Savannah project home.
The toolkit tracks the standards ecosystem around one-time passwords: HOTP from RFC 4226, TOTP from RFC 6238, and PSKC from RFC 6030. Later releases added support for HMAC-SHA256 and HMAC-SHA512 TOTP generation and validation APIs in version 2.6.0, and the project moved version-controlled source hosting to GitLab in version 2.6.2 before moving public Git hosting to Codeberg in version 2.6.13.
OATH Toolkit spread through Unix package ecosystems because it solved a boring but durable operations problem: generating and validating standard OTP values and adding PAM-based OTP checks to existing systems. The input package record lists apk, Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE package names, reflecting broad distribution rather than a single application community.
Developers use liboath when embedding HOTP/TOTP validation in C applications, operators use oathtool for token generation and testing, pskctool handles Portable Symmetric Key Container data, and administrators use pam_oath to require OTP values during PAM authentication. A common deployment stores token records in a usersfile such as /etc/users.oath.
The package is a classic security-toolchain package: small command-line utilities, a C library ABI, a PAM module, man pages, signed source releases, and long-term distro packaging. It also shows how standards-based authentication plumbing ages: compatibility fixes, crypto algorithm additions, build-system maintenance, and security advisories matter as much as new features.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Credential-bearing paths to review before unattended agent runs.
/etc/users.oath実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
oathtool | cli | グローバル実行可能ファイル | |
pskctool | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://oath-toolkit.codeberg.page/
インストールメタデータ
| パッケージキー | brew:oath-toolkit |
|---|---|
| バージョン | 2.6.14 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/oath-toolkit |
| ホームページ | https://oath-toolkit.codeberg.page/ |
| リポジトリ | https://codeberg.org/oath-toolkit/oath-toolkit |
| 上流ドキュメント | https://oath-toolkit.codeberg.page/docs.html |
| ライセンス | GPL-3.0-or-later AND LGPL-2.1-or-later |
| ソースアーカイブ | https://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.14.tar.gz |
| 最終更新 | 2026-06-27T14:40:16-04:00 |
| Pulse | updated |
| 依存関係 | libxml2, libxmlsec1, openssl@3 |
| ビルド依存関係 | pkgconf |
| 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 | oath-toolkit |
| Version Scheme | 0 |
| Revision | 3 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
liboath-dev 2.6.12-1
Development files for the OATH Toolkit Liboath library
https://www.nongnu.org/oath-toolkit/
sudo apt install liboath-devliboath0t64 2.6.12-1
OATH Toolkit Liboath library
https://www.nongnu.org/oath-toolkit/
sudo apt install liboath0t64libpam-oath 2.6.12-1
OATH Toolkit libpam_oath PAM module
https://www.nongnu.org/oath-toolkit/
sudo apt install libpam-oathlibpskc-dev 2.6.12-1
Development files for the OATH Toolkit Libpskc library
https://www.nongnu.org/oath-toolkit/
sudo apt install libpskc-devlibpskc0t64 2.6.12-1
OATH Toolkit Libpskc library
https://www.nongnu.org/oath-toolkit/
sudo apt install libpskc0t64oathtool 2.6.12-1
OATH Toolkit oathtool command line tool
https://www.nongnu.org/oath-toolkit/
sudo apt install oathtoolpskctool 2.6.12-1
OATH Toolkit pskctool command line tool
https://www.nongnu.org/oath-toolkit/
sudo apt install pskctooloath-toolkit
nix profile install nixpkgs#oath-toolkitliboath-dev 2.6.11-2.1build3
Development files for the OATH Toolkit Liboath library
https://www.nongnu.org/oath-toolkit/
sudo apt install liboath-devliboath0t64 2.6.11-2.1build3
OATH Toolkit Liboath library
https://www.nongnu.org/oath-toolkit/
sudo apt install liboath0t64libpam-oath 2.6.11-2.1build3
OATH Toolkit libpam_oath PAM module
https://www.nongnu.org/oath-toolkit/
sudo apt install libpam-oathlibpskc-dev 2.6.11-2.1build3
Development files for the OATH Toolkit Libpskc library
https://www.nongnu.org/oath-toolkit/
sudo apt install libpskc-devlibpskc0t64 2.6.11-2.1build3
OATH Toolkit Libpskc library
https://www.nongnu.org/oath-toolkit/
sudo apt install libpskc0t64oathtool 2.6.11-2.1build3
OATH Toolkit oathtool command line tool
https://www.nongnu.org/oath-toolkit/
sudo apt install oathtoolpskctool 2.6.11-2.1build3
OATH Toolkit pskctool command line tool
https://www.nongnu.org/oath-toolkit/
sudo apt install pskctooloath-toolkit 2.6.14-r1
OATH Toolkit One-time password components
https://nongnu.org/oath-toolkit/
sudo apk add oath-toolkitソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.