XanaDublaKublaConch / pysdtoken

A pythonic (?) ctypes wrapper for RSA SecurID Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When there are multiple tokens, only the first gets details populated in the array

XanaDublaKublaConch opened this issue · comments

get_tokens() returns the correct count, but any index over 0 returns '' for fields (serialnumber, username, etc)

Fixed. It looks like I originally put 64 in the descriptor size because I was looking at the tokenerrorinfo struct - which has a 64-byte description field - when I was typing out the tokenbasicinfo struct, which has a 48-byte field.