stoken-dev / stoken

RSA SecurID-compatible software token for Linux/UNIX systems
http://stoken.sf.net
GNU Lesser General Public License v2.1
411 stars 78 forks source link

Support for v4 token decode #51

Closed widgetii closed 1 year ago

widgetii commented 5 years ago

was tested on my token

kayrus commented 5 years ago

I confirm. Works.

$ stoken import --token=com.rsa.securid://ctf?ctfData=DEADBEEF...
# enter the device ID
# enter the password
$ stoken 
Enter PIN:
12345678
theozaurus commented 3 years ago

Can confirm this works for me as well on a v4 token.

renatobellotti commented 2 years ago

Any update from the maintainer?

DavidSouthgate commented 2 years ago

The changes introduced in this PR break some v3 tokens. I have made a fix based on these changes and raised a new PR #69

sorenisanerd commented 1 year ago

Since this repo is dead, I've created https://github.com/stoken-dev/stoken and merged this PR. Thank you!

kayrus commented 1 year ago

@sorenisanerd would you like to make a golang alternative? It'll be more portable with other features like embedding mod into an existing app, etc?