PeculiarVentures / fortify

Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment. This is the desktop application repository.
https://fortifyapp.com
Other
113 stars 32 forks source link

Add support for '3b7f94000080318065b0850300ef120fff829000' token #143

Open javierseoane opened 5 years ago

javierseoane commented 5 years ago

Reader name: OMNIKEY CardMan 3x21 0 ATR: 3B7F94000080318065B0850300EF120FFF829000

{
   "cards": [{
    "atr": "3B7F94000080318065B0850300EF120FFF829000",
    "name": "Token name",
    "driver": "D9043F7F4C59E3ADB18384AEBEB531DE39790A02"
   }],
   "drivers": [{
    "id": "D9043F7F4C59E3ADB18384AEBEB531DE39790A02",
    "name": "Driver name",
    "file": {
        "windows": "path/to/pkcs11.dll",
        "osx": "path/to/pkcs11.dylib"
    }
   }]
}

Smart card ATR parsing 3B7F94000080318065B0850300EF120FFF829000

rmhrisk commented 5 years ago

@javierseoane can you tell us the name of this token and the fully qualified path for the PKCS#11 library?

rmhrisk commented 5 years ago

@javierseoane is this a "Gemalto Classic V4"? We also need the path to the PKCS#11 to help.