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 '3bfd1300008131fe158073c021c057597562694b657940' token #123

Open rmhrisk opened 6 years ago

rmhrisk commented 6 years ago

Reader name: Yubico Yubikey 4 OTP+U2F+CCID ATR: 3BFD1300008131FE158073C021C057597562694B657940

{
   "cards": [{
    "atr": "3BFD1300008131FE158073C021C057597562694B657940",
    "name": "Yubico Yubikey 4 OTP+U2F+CCID",
    "driver": "F7AED3563E79A7FD68326BDDD555855736808433"
   }],
   "drivers": [{
    "id": "F7AED3563E79A7FD68326BDDD555855736808433",
    "name": "Driver name",
    "file": {
        "windows": "path/to/pkcs11.dll",
        "osx": "path/to/pkcs11.dylib"
    }
   }]
}

Smart card ATR parsing 3BFD1300008131FE158073C021C057597562694B657940

rmhrisk commented 6 years ago

http://database.mysmartlogon.com/SmartCardDetail.php?Id=332

rmhrisk commented 5 years ago

@microshine We should be able to add this to the existing YubiKey driver.