Nitrokey / nitrokey-hotp-verification

A command line C app to validate HOTP codes on Heads
GNU General Public License v3.0
11 stars 10 forks source link

Make Info Output more verbose for nk3 #38

Open nestire opened 2 days ago

nestire commented 2 days ago

See also issue #36 Change this:


HOTP code verification application, version 1.6
Connected device status:
    Card serial: 0x7BE66C6C
    Firmware: v4.13
    Card counters: Admin 6, User 6
Operation success

To

HOTP code verification application, version 1.6
Connected device status:
    Card serial: 0x7BE66C6C
        Firmware Nitrokey 3: v1.7.1
    Firmware Secrets app: v4.13
    Secret app pin counters : Admin 6, User 6
Operation success
tlaurion commented 1 day ago

Also clarify why Admin and user pin d'excréments at the same time. Are they the same?

daringer commented 1 day ago

Are they the same?

yes, secrets app only has a single pin.

Furthermore, this is the output for info. Does this mean the output should be different for pro/storage and nk3 (depending on what is connected)?