Skip to content
  • Daniel Drake's avatar
    uru4000: Add support for Microsoft Fingerprint Reader v2 · 64201064
    Daniel Drake authored
    After lot 713, Microsoft fingerprint readers changed. The new version
    comes with a new USB product ID and a challenge-response authentication
    scheme where the device challenges the authenticity of the driver.
    
    An independent third party produced documentation on the computations
    needed to convert a challenge into the correct response, and I then used
    this documentation to produce a clean-room reimplementation of the
    authentication scheme.
    64201064