stoken
stoken copied to clipboard
SetPin nor pin in stoken.rc allow alphanumeric pin.
Basically stoken only accepts integers between 4-8 digits.
Valid = 1234
Invalid = 1234a
RSA at least does allow and sometimes requires a pin that is a mix of alphanumeric.
I'm looking through code, but having trouble locating the pin validation code.