Questions tagged [fingerprint]

Biometric modality that matches images of finger tips.

In forensic science, fingerprint identification is the analytical process of comparing two instances of friction ridge skin impressions from human fingers for identity verification. However, this technology may also work on almost any other region of skin on the human body.

In cybersecurity applications, 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, which uniquely identifies the original data for all practical purposes. This is similar in the real-world case just as human fingerprints uniquely identify people. This digital fingerprint may be used for data deduplication purposes and data integrity verification.

A digital fingerprint may also refer to the pieces of information that are created by an individual during the use of some system. This can include cookies, inputs, selected options, etc. which can all be used to track a user's behavior and record any events.

1368 questions
-1
votes
1 answer

How to match all saved fingerprints on database saved in bytes c#

I can match fingerprints by using sql query "where id". But i want is to identify all fingerprints on the database. I use zk4500 fingerprint scanner. Mysql c#. sorry for my english and explanation im just a newbie.. if (bIdentify) { if…
Sean Libiran
  • 11
  • 1
  • 1
-1
votes
1 answer

how to execute python script in django framework?

I just wanted to execute python script in django 2. The python script will communicates with R305 fingerprint scanner. If i pressed a button in webpage, which executes the python script and initiates the sensor. Need help!
Yogesh T S
  • 1
  • 1
  • 4
-1
votes
1 answer

Fingerprint Recognition on screen IOS

Note: I need an answer in swift 3, not swift 4 or swift 2. Is it possible to unlock my app with fingerprint only using the screen and not the home button. This is for iphones which are under the 6th generation. I plan on having the user put their…
KingCoder11
  • 415
  • 4
  • 19
-1
votes
2 answers

How to show in the button text that the phone has or does not have Fingerprint?

How can I check if a device has a fingerprint sensor, and if it does not, how can I show that it does not? I have this code and it works well on cellphones that don't have a fingerprint sensor, but does not work on fingerprint sensor phones. The…
-1
votes
1 answer

How to create fingerprint scanner software in java

What all things require for creating fingerPrint scanner application in java. what all SDKs require to built it and how to integrate it with application.
Arpit Shah
  • 45
  • 1
  • 6
-1
votes
3 answers

Pull only the new data from biometric device + zkemkeeper

I have successfully connected to the biometric device and able to pull all records using Zkemkeeper.dll by using the following method axCZKEM1.ReadGeneralLogData(iMachineNumber) By using the above method every time it will pull all the datas…
Subburaj
  • 5,114
  • 10
  • 44
  • 87
-1
votes
1 answer

How to get the finger print result with-out authenticating from Fingerprint-manager?

I want to use the fingerprint scanner(default in android M device), but I don't want to use any authentication, I just want to take the result of the finger and send that result to middle-ware.Is it possible with the default fingerprint scanner or…
Hanuman
  • 958
  • 13
  • 35
-1
votes
3 answers

How to access Secugen Hamster Plus from client-side using HTML5

I have a Secugen Hamster Plus device for reading fingerprints. What I have to do is take a fingerprint and save it to the server. All of this needs to be done with HTML5 and Javascript. So any suggestions? Thank you in advance.
-1
votes
1 answer

Fingerprint Scanner - TTL (GT-511C3) message issue

I am having difficulty setting up my fingerprint Scanner - TTL (GT-511C3). I have bought it from http://www.w11stop.com/manufacturer-sparkfun I'm using the library from https://github.com/sparkfu/Fingerprint_Scanner-TTL/tree/master/FPS_GT511C3 and…
Madiha
  • 1
-1
votes
1 answer

How to integrate Fingerprint scanner SDK with VB.NET application

I have bought a fingerprint scanner device STARTEK,model:FM220 to integrate with a application which is developed in VB.NET. I am searching for the full fledged SDK to integrate with the application. I found the SDK from here: SDK Startek,FM220. The…
user7602783
-1
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…
-1
votes
1 answer

Implement fingerprint in mobile banking android app

I am developing one android app for banking transaction. I want to implement the finger print login feature but I don't want to use the device registered fingerprint. I want the user to register the fingerprint through my app . How can I…
-1
votes
1 answer

WinBioCaptureSampleWithCallback failed. OperationStatus = 0x80004001

I am trying to read fingerprints and save them using WBF. I tried the sample code, however, I get an error code back. I am able to use the fingerprint reader to log into windows, but am unable to capture samples from it. I am running Windows 10 on…
Danny
  • 1
-1
votes
1 answer

finger print javascript libraries uniqueness

Do libraries like client.js or fingerprint.js return unique values constantly or do they vary in time since multiple parameters are taken into consideration to generate the fingerprint? I'm creating a web app that has to identify the user from his…
Fabrizio Mazzoni
  • 1,831
  • 2
  • 24
  • 46
-1
votes
1 answer

Fingerprint Reader For Android App

I want to build an android app in which the attendance of the person can be viewed when the person touches the fingerprint reader. The fingerprint reader would be placed outside every classroom in the college. Is this possible through android app?…
Apoorv
  • 45
  • 6