TOKEN2 NFC Burner App for miniOTP-1 and C105 Hardware Token

Version: 0.2

Overview:

The Burner.exe is a command-line tool designed for interacting with TOKEN2's 1st generation TOTP tokens, specifically the miniOTP-1 and C105 hardware tokens. This tool allows you to perform various operations on the token, such as displaying information, generating OTPs, and burning seed values onto the token. Additionally, when burning a seed, the token's time will automatically sync with the system time of the computer.


Usage:

Run Burner.exe without any parameters to display information about connected NFC readers and the serial number of the token.


Command Line Parameters:

-otp                : Display the current OTP (One-Time Password) generated by the token.
-seed [HEX]         : Burn the provided seed in HEX format onto the token. The seed string should be in HEX format with
                      an expected length of 160 bits (40 characters). If the seed is shorter, you can append zeros to
                      meet the required length.
-seed32 [BASE32]    : Burn the provided seed in Base32 format onto the token. The seed string should be in Base32 format
                      with an expected length of 256 bits (32 characters). If the seed is shorter, you can append 'A'
                      characters to meet the required length.

Note: When burning a seed, the token's internal clock will be automatically synchronized with the computer's system time.


Example:

    burner.exe -seed 6bb6fb9d971146cd445deec24383094ce869ef67
    burner.exe -seed32 JBSWY3DPEHPK3PXPJBSWY3DPEHPK3PXP
    (with v 0.2 there is no separate time sync argument, time will automatically sync when burning the seed)


Important:

- Use the appropriate seed format (HEX or Base32) based on the provided command.

- Ensure the correct length of the seed string as specified for each format. If the seed is shorter, follow the instructions to extend it.

- Burning a seed will modify the token's configuration. Use with caution.


Version History:

- 0.2: Additional parameter seed32 allowing Base32 seed format (previous version was using Hex format only). Time sync is automatic when burning the seed.

- 0.1: Initial release supporting basic functionalities. 


Contact TOKEN2 Sarl:

For any issues, inquiries, or support related to Burner.exe or TOKEN2 hardware tokens, please contact us.


Download

You can download the latest version from here.