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
-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,169
  • 4
  • 14
  • 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
  • 8
-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?
1cedsoda
  • 623
  • 4
  • 16
-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
  • 151
  • 1
  • 1
  • 8
-3
votes
1 answer

Safran morpho finger print sensor integration with web java application

I have a requirement to integrate Safran morpho finger print sensor with existing java web application . As of now i have only safran morpho device. Please guide me to enable and integrate with web application.
Siddappa Walake
  • 303
  • 5
  • 14
-3
votes
1 answer

How can we get finger thinkness on touch in ios

I have an application in which I want to detect the thickness of the finger touched with. Or is there any way we can get whether the user has changed who was using the app ? Please suggest!!
-3
votes
1 answer

Save finger image into mySQl from fingerprint reader device in PHP

I want to store Finger Print Image into mySql Database and move it into folder through fingerprint reader device (device name: digital persona) in PHP. can Any one help please by sharing code . Thanks in advance...!
Jaan
  • 1
  • 1
  • 4
-4
votes
1 answer

Login Form With Fingerprint Sensor Using VB6 And Arduino UNO

How can I interface my Fingerprint Sensor using VB6? I've already made a login form but I need help using the fingerprint sensor for the security. Please help me, thanks in advance.
DrawdE20
  • 1
  • 3
-4
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
  • 8,571
  • 4
  • 30
  • 40
-4
votes
1 answer

Integrate SDK to android application

I am beginner in android development.I want to integrate a fingerprint verification SDK to my app.I have an external hardware to detect the fingerprint.How can we integrate it and use the functions in the SDK in my project.Can anyone help me?
-4
votes
1 answer

need html and javascript testing code for Secugen Hamster pro2o

I'm using Secugen Hamster pro2o for finger print.I already installed all driver related to secugen hamster.Now i need html and javascript code for testing.
jain
  • 11
-4
votes
1 answer

Fingerprint matching algorithm in Java Card applet

I would like to implement a fingerpring matching (one to one) on card algorithm on my NXP Java Card. I would like to port the SourceAFIS match algorithm to the Java Card. However Java Card supports only boolean, byte and short primitive types, is…
-4
votes
1 answer

FingerPrint SDK experience

Anyone knows a free and good SDK for fingerprint? I did a lot of searched but found very little result, so if anyone knows a good SDK or experience in fingerprint I am interested
simon
  • 1,180
  • 3
  • 12
  • 33
-4
votes
1 answer

Can't update my Android app because of not matching fingerprints

I have an Android app on Google Play. I cannot update it, since I didn't know that if I create a new Keystore.jks file, I won't be able to update it. Also, I permanently deleted the first one. Can I update my app anyway? if I need to completely…
avi12
  • 157
  • 1
  • 2
  • 8
1 2 3
91
92