# stoken を Homebrew, apk, apt, Nix, pacman, zypper, dnf でインストール

stoken のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:stoken
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install stoken
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add stoken
```

  証拠: Alpine Linux edge package indexes: stoken from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install stoken
```

  証拠: Debian stable package indexes: stoken from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#stoken
```

  証拠: nixpkgs package indexes: stoken from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S stoken
```

  証拠: Arch Linux sync databases: stoken from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install stoken
```

  証拠: openSUSE Tumbleweed package metadata: stoken from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install stoken-cli
```

  証拠: Fedora Rawhide package metadata: stoken-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:stoken
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/stoken>
- **バージョン:** 0.93
- **ソース概要:** Tokencode generator compatible with RSA SecurID 128-bit (AES)
- **ホームページ:** <https://github.com/stoken-dev/stoken>
- **リポジトリ:** <https://github.com/stoken-dev/stoken>
- **ライセンス:** LGPL-2.1-or-later
- **ソースアーカイブ:** <https://github.com/stoken-dev/stoken/archive/refs/tags/v0.93.tar.gz>
- **最終更新:** 2026-05-11T00:44:50Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- stoken (cli)
- stoken (エイリアス)

## 依存関係

- libtomcrypt

## ビルド依存関係

- autoconf
- automake
- libtool
- pkgconf

## macOS 提供ライブラリ

- libxml2

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.93
- マネージャ更新日: 2026-05-11
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/stoken-dev/stoken
- 検出された最新: v0.93 (最新)
## プロジェクトの歴史と使われ方

stoken is a Unix/Linux software token for RSA SecurID-compatible 128-bit AES tokens. In package-manager terms it is the small command-line utility people install when they need to import a seed, keep it encrypted locally, and print tokencodes without using a vendor GUI.

### プロジェクトの歴史

The upstream wiki describes stoken as an open source hobbyist project, not affiliated with RSA Security. Its GitHub README presents the project as a set of Unix-oriented components: a CLI, a GTK GUI, a shared library, and supporting interfaces for token generation.

### 採用の歴史

The SourceForge wiki notes release tarballs, GitHub as the head-of-tree development location, and availability in Debian Jessie and later, Ubuntu 13.10 and later, and Fedora 19 and later. The supplied Homebrew metadata also shows packaging across Homebrew, Alpine, Debian/Ubuntu, Fedora, Nix, Arch, and openSUSE-derived package names.

### 使われ方

The man page centers stoken around `stoken import` and `stoken tokencode`: users import raw token strings, mobile-token URIs, or `.sdtid` XML files, then display the current or next tokencode. The same file documents `~/.stokenrc` as the local token store, which is why the config and credential location are the same.

### パッケージ好きにとっての重要性

stoken matters to package users because it turns a proprietary enterprise authentication workflow into a scriptable Unix command. Its presence in multiple distro package sets also made RSA SecurID-compatible token generation available through normal package-manager channels rather than manual vendor tooling.

### タイムライン

- 2012: stoken man page documents the CLI and `~/.stokenrc` token store.
- 2013: Upstream wiki reports Ubuntu 13.10+ availability.
- 2014: Upstream wiki reports Debian Jessie+ and Fedora 19+ availability.

### Related projects

- The upstream wiki points Android users to Easy Token, based on libstoken. The README also positions stoken alongside RSA SecurID token formats such as compressed token strings, iPhone-style token URIs, Android-style token URIs, and `.sdtid` files.

### ソース

- <https://github.com/stoken-dev/stoken#readme>
- <https://raw.githubusercontent.com/stoken-dev/stoken/main/stoken.1>
- <https://sourceforge.net/p/stoken/wiki/Home/>
- input.source_facts.package-manager


## セキュリティノート

stoken に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

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.


## Configuration files

- Unix: ~/.stokenrc

## Credential files

- Unix: ~/.stokenrc
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** stoken
- **Version Scheme:** 0
- **Revision:** 2
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - libstoken-dev - 0.92-1.1+b2: normalized package name match | Debian stable package indexes: libstoken-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Software Token for cryptographic authentication - development files | http://stoken.sf.net/
- Debian apt - libstoken1t64 - 0.92-1.1+b2: normalized package name match | Debian stable package indexes: libstoken1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Software Token for cryptographic authentication - shared library | http://stoken.sf.net/
- Debian apt - stoken - 0.92-1.1+b2: normalized package name match | Debian stable package indexes: stoken from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Software Token for cryptographic authentication | http://stoken.sf.net/
- Nix - stoken: normalized package name match | nixpkgs package indexes: stoken from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - libstoken-dev - 0.92-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libstoken-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Software Token for cryptographic authentication - development files | http://stoken.sf.net/
- Ubuntu apt - libstoken1t64 - 0.92-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libstoken1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Software Token for cryptographic authentication - shared library | http://stoken.sf.net/
- Ubuntu apt - stoken - 0.92-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: stoken from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Software Token for cryptographic authentication | http://stoken.sf.net/
- apk - stoken - 0.93-r0: normalized package name match | Alpine Linux edge package indexes: stoken from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | RSA SecurID-compatible software token for Linux/UNIX systems | https://github.com/cernekee/stoken
- apk - stoken-dev - 0.93-r0: normalized package name match | Alpine Linux edge package indexes: stoken-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | RSA SecurID-compatible software token for Linux/UNIX systems (development files) | https://github.com/cernekee/stoken
- apk - stoken-doc - 0.93-r0: normalized package name match | Alpine Linux edge package indexes: stoken-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | RSA SecurID-compatible software token for Linux/UNIX systems (documentation) | https://github.com/cernekee/stoken
- dnf - stoken-cli - 0.93-3.fc45: normalized package name match | Fedora Rawhide package metadata: stoken-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command line tool for stoken | https://github.com/stoken-dev/stoken
- dnf - stoken-devel - 0.93-3.fc45: normalized package name match | Fedora Rawhide package metadata: stoken-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for stoken | https://github.com/stoken-dev/stoken
- dnf - stoken-gui - 0.93-3.fc45: normalized package name match | Fedora Rawhide package metadata: stoken-gui from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Graphical interface program for stoken | https://github.com/stoken-dev/stoken
- dnf - stoken-libs - 0.93-3.fc45: normalized package name match | Fedora Rawhide package metadata: stoken-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Libraries for stoken | https://github.com/stoken-dev/stoken
- pacman - stoken - 0.92-6: normalized package name match | Arch Linux sync databases: stoken from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | RSA SecurID-compatible software token for Linux/UNIX systems | https://github.com/cernekee/stoken
- zypper - libstoken1 - 0.93-1.11: normalized package name match | openSUSE Tumbleweed package metadata: libstoken1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Libraries for stoken | https://github.com/stoken-dev/stoken


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [libtool](https://pkg.so/ja/brew/libtool/) - Build dependency declared by Homebrew.
- [autoconf](https://pkg.so/ja/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://pkg.so/ja/brew/automake/) - Build dependency declared by Homebrew.
- [openconnect](https://pkg.so/ja/brew/openconnect/) - Popular package that depends on this formula.
- [krb5](https://pkg.so/ja/brew/krb5/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [cyrus-sasl](https://pkg.so/ja/brew/cyrus-sasl/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [linux-pam](https://pkg.so/ja/brew/linux-pam/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [oath-toolkit](https://pkg.so/ja/brew/oath-toolkit/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [oauth2_proxy](https://pkg.so/ja/brew/oauth2-proxy/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [google-authenticator-libpam](https://pkg.so/ja/brew/google-authenticator-libpam/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [ncrack](https://pkg.so/ja/brew/ncrack/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [pocket-id](https://pkg.so/ja/brew/pocket-id/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [authoscope](https://pkg.so/ja/brew/authoscope/) - Security-sensitive metadata or terminology overlaps. Shared terms: authentication, cli, password, security.
- [bcryptjs](https://pkg.so/ja/npm/bcryptjs/) - Security-sensitive metadata or terminology overlaps. Shared terms: authentication, cli, compatible, password, security.

## Combined YAML source

View the package source record on GitHub. [combined/stoken.yml](https://github.com/mxcl/pkgdb/blob/main/combined/stoken.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
