stoken(1) General Commands Manual stoken(1) NAME stoken - software token for cryptographic authentication SYNOPSIS stoken [tokencode] [--stdin] [--force] [--next] [opts] stoken import {--file=file | --token=token_string} [--force] [opts] stoken setpin [opts] stoken setpass [opts] stoken show [--seed] [opts] stoken export [{--blocks | --iphone | --android | --v3 | --sdtid | --qr=file.png | --show-qr}] [opts] stoken issue [--template=file] stoken help stoken version DESCRIPTION stoken is a software token compatible with RSA SecurID 128-bit (AES) tokens. The command-line interface provides facilities for importing new tokens, displaying the current tokencode, encrypting the seed with a user-specified password, storing the user's PIN alongside the token, and viewing or exporting the token data. BASIC USAGE Use stoken import to decode a token string and write it into ~/.stokenrc. This may prompt for a device ID and/or password, depending on what options your administrator used to create the token. The token string can be provided on the command line, or read from a text file. stoken will autodetect the following types of token strings: 286510182209303756117707012447003320623006... 29658-21098-45467-64675-65731-01441-11337... Pure numeric (81-digit) "ctf" (compressed token format) strings, with or without dashes. These may have been furnished as-is, or they could have been derived from an sdtid file by the RSA TokenConverter program. com.rsa.securid.iphone://ctf?ctfData=229639330774927764401... iPhone-compatible token strings. http://127.0.0.1/securid/ctf?ctfData=250494932146245277466... http://127.0.0.1/securid/ctf?ctfData=AwAAfBc3QSopPxxjLGnxf... Android-compatible token strings. 2012-09-09 stoken(1)