'SERVER SIDE VERIFICATION FOR FINGERPRINTS

I have biometric tablet [ID SCREEN] from IDEMIA , it comes with sdk and sample android source code , the sample code works as follows :

  • when you capture fingerprint, it generates a template and saves to a file.
  • when you need to verify a fingerprint, you select a template, scan your finger and then the device checks against that template you selected and gives a matching score.

How i can store fingerprints in online server and verify it later with the tablet. is there any server-side biometric verification projects i can use?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source