This repository was archived by the owner on Apr 18, 2020. It is now read-only.
forked from stoken-dev/stoken
-
Notifications
You must be signed in to change notification settings - Fork 0
RSA SecurID-compatible software token for Linux/UNIX systems
License
mbostwick/stoken
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
stoken - Software Token for Linux/UNIX
--------------------------------------
stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES)
tokens. It is a hobbyist project, not affiliated with or endorsed by
RSA Security.
Dependencies:
libtomcrypt or nettle
libxml2
libgtk2.0 (required for stoken-gui only)
Building:
./configure
make
make install
If you are building from Git, you'll need to install autoconf / automake /
libtool, and run autogen.sh first. This is not necessary if building from
a released source tarball.
Basic usage - command-line interface:
stoken import --token=224665249002742606314306156441436672025677510324121004644173122356414742716713323
stoken tokencode
Basic usage - graphical (GTK+) interface:
stoken import --token=224665249002742606314306156441436672025677510324121004644173122356414742716713323
stoken-gui &
"stoken import" caches the token in ~/.stokenrc .
Please substitute the token string provided by your administrator.
See the man pages for additional details: stoken(1), stoken-gui(1)
See examples/ and src/stoken.h for information on using the shared library
interface (libstoken) to generate tokencodes from other applications.
Author: Kevin Cernekee <cernekee@gmail.com>
License: LGPLv2.1+
About
RSA SecurID-compatible software token for Linux/UNIX systems
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 90.1%
- Java 3.8%
- Shell 2.4%
- Perl 1.9%
- AGS Script 1.8%