GoogleAuthenticate icon indicating copy to clipboard operation
GoogleAuthenticate copied to clipboard

Support for feitian HW tokens

Open zambodaniel opened this issue 11 years ago • 0 comments

Tested with C200

We have modified the code to support Feitian TOTP hardware tokens. (basic)

Added a field named type, this holds the token type eg "google", "feitian". This field used to check which method should be used for getting the right code.

Feitian uses 20byte Hexadecimal strings for secret. (by default). There are many other options, but only the default secret format is implemented here. Description here

If you interested in this, feel free to accept, comment, deny.

zambodaniel avatar Oct 02 '14 16:10 zambodaniel