-1

Android phones use Capacitive and Ultrasonic fingerprint scanners for phone and application locks. But where these fingerprint data are getting stored is it within the phone or in Cloud and is it possible to extract the fingerprint template data seperatly so that i can push it in my database. Android phone can be anything which has fingerprint scanner in the power button.

Raja_Viki
  • 13
  • 2

1 Answers1

1

You cannot use the raw data of scanned fingerprint from the mobile's fingerprint scanner. They are stored in the hardware memory and not accessible for extraction and storage. You can only use the fingerprint scanner to authenticate the user with previously stored fingerprint data.

If you need to extract the fingerprint data then you have to use external scanner devices.

arjun
  • 3,514
  • 4
  • 27
  • 48