Questions tagged [fingerprint]

Biometric modality that matches images of finger tips.

Fingerprint identification is the process of comparing two instances of friction ridge skin impressions from human fingers or toes, or even the palm of the hand or sole of the foot, to determine whether these impressions could have come from the same individual.

A fingerprinting algorithm is a procedure that maps an arbitrarily large data item (such as a computer file) to a much shorter bit string, its fingerprint, that uniquely identifies the original data for all practical purposes just as human fingerprints uniquely identify people for practical purposes. This fingerprint may be used for data deduplication purposes.

1271 questions
-2
votes
1 answer

Can I obtain fingerprint value?

I try to get the fingerprint value and store it. After that, I try to compare that value with the value of fingerprint that comes from another hardware, fingerprint sensor. Q1. Is it possible to compare between them? Q2. If it is possible, how…
Na Jun Yeop
  • 55
  • 1
  • 7
-2
votes
1 answer

Login using fingerprint only ? Is it possible?

Is it possible to store users fingerprints in a cloud? Im thinking about an app that needs onyl fingerprint to log in. Is it possible ?
ali shark
  • 7
  • 1
  • 3
-2
votes
1 answer

fingerprint not working after new fingerprint addition

I've successfully established fingerprint authentication in my app. However, when i add new fingerprint in my android settings, the fingerprint sensor does not respond in my app (scanner still works correctly for unlocking my phone). Am i missing…
oleg.v
  • 905
  • 3
  • 10
  • 19
-2
votes
1 answer

Finger print sensing in android app with external finger print sensing device

I am beginner in android studio.We are having a external finger print sensing device.We have to detect that finger prints in our android app(Support all android versions).If I am downloading an Fingerprint sdk,whether it will support all external…
anju.johnson
  • 41
  • 1
  • 9
-2
votes
1 answer

Fingerprint scanner in Android

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…
-2
votes
1 answer

Use iPhone fingerprint sensor without Touch ID

Is it possible to read my own fingerprints without using Touch ID? iOS and other apps never access your fingerprint data, it's never stored on Apple servers, and it's never backed up to iCloud or anywhere else. Only Touch ID uses it, and it…
3ef9g
  • 661
  • 1
  • 8
  • 16
-2
votes
1 answer

Fingerprint scanner on Pc and Android Differences

I made plenty of research before asking this question. I want to develop an online payment android application which reads fingerprints from the organisation's database using my android phone. The organistion's database uses a usb PC fingerprint…
Aasim Yaz
  • 65
  • 1
  • 4
-2
votes
1 answer

Save fingerprints on Samsung galaxy phones?

So, I'm trying to build an application on the Samsung Galaxy S6 using the fingerprint scanner. I have Samsung's Pass SDK and see that it's pretty simple to authenticate a user while using the phone. However, I need to authenticate a user's…
-2
votes
1 answer

Generating SHA-1 fingerprint through code in andorid

I can get SHA-1 fingerprint through cmd in windows or from eclipse IDE, but I want to use SHA-1 fingerprint in my application, so I want to know how to generate SHA-1 fingerprint through code?
Ikarus
  • 1,005
  • 3
  • 13
  • 28
-2
votes
1 answer

Extract and convert blob field in image. MySQL - Java

I am writing a java program for fingerprint recognition, and I insert the fingerprint image in the MySQL database( in a field blob), but now is the problem. How do I go back to the image of the fingerprint? where I have to print it?( I presume in a…
rave
  • 41
  • 1
  • 1
  • 7
-3
votes
1 answer

How to store fingerprint scans on my computer instead of inside the scanner?

I would like to know if there are fingerprint scanners which doesn't save locally their fingerprint data, but they just send raw data to he attached computer. If yes, which type of scanner should I use? I would prefer to use c# as programming…
-3
votes
1 answer

iPhone 5s fingerprint sensor with arduino or raspberry pi

I have got just the home-button from an iPhone 5s and I thought about that I could use the sensor with a Raspberry PI or Arduino to scan fingerprints & more. Is this possible?
phyyyl
  • 462
  • 3
  • 14
-3
votes
1 answer

Using the Fingerprint Scanning hardware on Android devices to check multiple user's thumbprints against network connected database

I would like to use the built-in Fingerprint scanner on Android devices, or most Android devices, to scan the actual fingerprint image or data into my Android app, then send the fingerprint image or data to an API over the internet backed by a…
blueuser
  • 141
  • 1
  • 1
  • 7
-3
votes
2 answers

How to use android fingerprint API to read all the fingerprints?

Am developing an android application that will be used in a single device to register all the employee with their fingerprint and to send the data back to the da. I have developed an application as Guided Here which can read the fingerprint. But it…
eli
  • 6,774
  • 3
  • 26
  • 37
-3
votes
1 answer

how i Get fingerprint from user and stores in SQLite file in android

I have to make a Android app in this user Authentication via fingerprint so can i take fingerprint and stores in a SQLite file.
1 2 3
84
85