stokenjs

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i stokenjs

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

191 kB

Total Files

13

Last publish

Collaborators

  • jbremmer