🍺 BREW Explorer

← all formulae

stoken

brew install stoken v0.93_2 LGPL-2.1-or-later

Tokencode generator compatible with RSA SecurID 128-bit (AES)

718
30-day installs · #1486
2.5k
90-day · #1467
7.7k
365-day · #1600
431
★ GitHub stars · updated 3y ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "autoconf",
    "automake",
    "libtool",
    "pkgconf"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "libtomcrypt"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Tokencode generator compatible with RSA SecurID 128-bit (AES)",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:30+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "stoken",
  "github_default_branch": "main",
  "github_last_commit_at": "2023-05-17T17:24:19Z",
  "github_readme_excerpt": "### Default branch renamed to `main`\n\nOn May 17, 2023, the [default branch was renamed to `main`](https://sfconservancy.org/news/2020/jun/23/gitbranchname/). If you have a local repository, run the following commands:\n\n```bash\ngit branch -m master main\ngit fetch origin\ngit branch -u origin/main main\ngit remote set-head origin -a\n```\n\nstoken - Software Token for Linux/UNIX\n======================================\n\nstoken is a tokencode generator compatible with RSA SecurID 128-bit (AES)\ntokens.  The project includes several components:\n\n * A simple command line interface (CLI) used to manage and manipulate tokens\n * A GTK+ GUI with cut\u0026amp;paste functionality\n * A shared library allowing other software to generate tokencodes on demand\n * Also permits the blind or other disabled people to jump these hurdles or systems.\n\n## Building on Linux\n\n### Dependencies\n\n * libtomcrypt or nettle\n * libxml2\n * libgtk3.0 (required for stoken-gui only)\n\nIf you are building from Git, you\u0027ll need to install autoconf / automake /\nlibtool, and run autogen.sh first.  This is not necessary if building from\na released source tarball.\n\nOn Debian or Ubuntu, this should satisfy most/all dependencies:\n\n    sudo apt-get install libgtk-3-dev libtomcrypt-dev libxml2-dev autoconf automake libtool build-essential\n\n### Compile instructions\n\n    ./autogen.sh  # from Git only; not necessary if building from tarball\n    ./configure\n    make\n    make check\n    make install\n\n## Usage\n\nFirst, import a token from a raw string or an \"sdtid\" XML file:\n\n    stoken import --token 2000123456...\n    stoken import --token com.rsa.securid.iphone://ctf?ctfData=2000123456...\n    stoken import --file mytoken.sdtid\n\nThis will prompt for an optional password, so that your seed is encrypted\non disk.\n\nNext, use the CLI or GUI to show the current tokencode:\n\n    stoken tokencode\n    stoken-gui \u0026\n    \nYou can view the next-tokencode using the following:\n\n    stoken tokencode --next\n\nIf your token requires a PIN, stoken will ",
  "github_repo": "stoken-dev/stoken",
  "github_stars": 431,
  "github_topics": [],
  "homepage": "https://github.com/stoken-dev/stoken",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 718,
  "installs_365d": 7720,
  "installs_90d": 2463,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "LGPL-2.1-or-later",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "stoken",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1486,
  "rank_365d": 1600,
  "rank_90d": 1467,
  "raw_hash": "331c7ea089eebb86",
  "recommended_dependencies": [],
  "revision": 2,
  "ruby_source_path": "Formula/s/stoken.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    "libxml2"
  ],
  "version_head": null,
  "version_stable": "0.93",
  "versioned_formulae": [],
  "why_use_this": null
}