-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No library function for getting device's serial number #33
Comments
Currently the only way is to use |
szszszsz
changed the title
NK_status good for getting serial number?
No library function for getting device's serial number
Sep 5, 2016
I managed to adapt my python code to transform the return value of status() to a dict. Works fine for me, for now. Thx! |
szszszsz
added a commit
that referenced
this issue
Sep 8, 2016
Signed-off-by: Szczepan Zalega <[email protected]>
szszszsz
added a commit
that referenced
this issue
Sep 8, 2016
Signed-off-by: Szczepan Zalega <[email protected]>
szszszsz
added a commit
that referenced
this issue
Sep 8, 2016
Signed-off-by: Szczepan Zalega <[email protected]>
szszszsz
added a commit
that referenced
this issue
Sep 8, 2016
Function for getting device's serial number in hex. Fixes #33
sgued
pushed a commit
to sgued/libnitrokey
that referenced
this issue
Feb 14, 2022
Separate make-credential from challenge-response
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When initializing the nitrokey, I would like to retrieve the serial number of the key.
What is the best way, to retrieve this? NK_status?
How would I have to interpret the returned structure?
The text was updated successfully, but these errors were encountered: