Are there any NodeJS modules that will allow me to authenticate against the Gemalto IDProve 100 OTP tokens? I have one of these from Amazon, and I thought the beauty of this device was that it didn't need to be attached to a server: you simply enter 2 successive codes into your own custom server, and an algorithm can continually authenticate against that device: http://www.gemalto.com/products/easy_otp_token/#
If there isn't a NodeJS module, are there any examples in .NET or other languages where you can read those two values and have an algorithm that can validate future codes?
Thanks!