Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stokenjs

jbremmer3MIT0.0.1

libstoken port to js (using emscripten to compile to WASM) which allows RSA SecurID token generation.

SecurID, token, stoken

readme

STOKEN.js

STOKEN.js is a tokencode generator compatible with RSA SecurID 128-bit (AES) tokens. It's derived from libstoken through emscripten compilation to WASM.

!Notice current limitation - no support for password protected tokens.

Install:

npm install 

Use:

const stoken = require("stoken-js");
const code   = await  computeCode("252...206");

License:

MIT