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
0
votes
2 answers

Fingerprint Comparing Code

I have saved the fingerprint impression in sqlite database as bitmap . Can anybody please help me with source code or link of android code to compare two fingerprint impressions as bitmap . To match for equality. I have tried with following code .…
user1294668
  • 163
  • 1
  • 3
  • 12
0
votes
1 answer

Using a WISON OR200 in web application ( MVC )

Few days ago i bought a WISON OR200 sensor for a web system that i am developing. I used the SDK that sent to me the enterprise and was been testing in a window application and worked fine but i need it into a web application and i don´t know how…
0
votes
1 answer

how to run the NBIS software package 'mindtct' in matlab? i mean what should be the input commands?

i have been trying all day to run this software but I haven't been able to figure it out how. I have read the manual but it didn't help much. when I type "mindtct -b -ml " on the MSYS shell, the command line says "mindtct:command not found". If…
nit99kumar
  • 1
  • 1
  • 4
-1
votes
0 answers

How browser fingerprinting is related to the user-agent reduction? - Privacy Sandbox for the Web

I am currently seeking information regarding the correlation between the Privacy Sandbox for the Web and Browser Fingerprinting, particularly in relation to JavaScript attributes as seen in solutions like Am-I-Unique. My primary concern is to…
-1
votes
1 answer

What are the possible methods of performing fingerprint verification as MatchOnCard on MULTOS Cards?

I am trying to perform fingerprint verification on MULTOS cards. However, there are some limitations in this regard, and I am trying to overcome these limitations. I would like to ask for your help in sharing any information that can assist me on…
Deniz
  • 9
  • 2
-1
votes
2 answers

Compare 2 Fingerprint templates generated from mantra scanner

I have a Mantra Fingerprint Scanner using which I can store fingerprint details in various formats (i.e. ISO, ANCII, RAW Data). I also stored PNG image from base64 output. Everything is working perfectly. Now I want to compare fingerprint templates…
-1
votes
1 answer

Git SSH public key fingerprint does not match with that on local machine

I’m trying to SSH into my github account. I added my public key to my github account and it showed the fingerprint as something like this SHA256:aYqWu+zL3hIOWTEGvneI90fehVQt9kuGVN7ov8WlTk8 When I SSH to git, it rejects me with permission…
-1
votes
1 answer

Rotate fingerprint using Morpho SDK

I am using MOrpho sdk to capture the finger print but i have an issue where some of the devices are capturing the fingerprint in reverse layout (meaning the capture image should be from left and right but it is capturing in right to left), so what i…
-1
votes
3 answers

Audio Recognition using python

I am working on a group project. We are looking to develop a program that can receive audio via laptop microphone and compare it to a saved audio file and output a audio message if the input and saved files match. Audios may be speeches, music or…
-1
votes
1 answer

Server Side Fingerprint Comparison with Raspberry Pi

I have 3 doors that need controlled access for customers (over 1000). Currently I use RFID cards. I have 3 raspberry pies + rfid scanners installed in all 3 doors and they call my API with the rfid value and open the door upon authentication. I want…
-1
votes
1 answer

login/authentication with fingerprint

We're implementing an android application that needs to collaborate with the fingerprint sensor. After any installation of the application, a login page will prompt and the user must add a username along with fingerprint. I read something about…
M. Rostami
  • 999
  • 3
  • 16
  • 27
-1
votes
1 answer

How can i authenticate with *.WSQ file with my secugen scanner fingerprint result?

I have a secugen hamster pro 20 Scanner, with their web api they return Template(base64), Image WSQ Size, EncodeWSQ(base64), NFIQ (1–5), Quality, BMPBase64, etc params. I have matched two fingerprint with those returned data from the scanner, but…
Shojib Flamon
  • 1,237
  • 3
  • 12
  • 18
-1
votes
2 answers

Cordova plugin to check support of 'Face Id' and 'Touch Id'?

Is there a cordova plugin to check support of 'Face Id' and 'Touch Id'? And is there a way to use these authentication methods without showing the native popup (to add a custom animation for instance)? Thanks.
GNuno
  • 51
  • 4
  • 11
-1
votes
1 answer

How can I solve the error of the "no such a directory or file"?

I have this simple code, but when I run, I get an error of not such a directory or file! how can I solved I tried many ways none of them works!! can anyone help? public static void main (String [] args) { String songA =…
-1
votes
1 answer

I am unable to run r307 fingerprint sensor, nor rp203 , nor sd card reader via Arduino Uno

I have tried and used newest to older versions of arduino ide but with no success. I am using Adafruit libraries for fingerprint and thermal printer. Kindly guide me.