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
14
votes
6 answers

TouchID forward to system passcode authentication

I want to use TouchID authenticate my own app. 1.I want user can click 'Enter passcode' to invoke system build-in passcode screen to authenticate,if success then enter my own app. But I don't how know to make it forward to passcode authenticate…
eric
  • 261
  • 1
  • 4
  • 11
14
votes
2 answers

How to convolve an image with different gabor filters adjusted according to the local orientation and density using FFT?

I'm currently working on a library to generate synthetic fingerprints using the SFinGe method (by Maltoni, Maio and Cappelli) link :http://biolab.csr.unibo.it/research.asp?organize=Activities&select=&selObj=12&pathSubj=111%7C%7C12& One of the steps…
AngelCastillo
  • 2,165
  • 2
  • 16
  • 24
13
votes
4 answers

fingerprint reader software using C#

I am planning to verify the user input for my application using the biometric input. I did some research on net and came up with following options of biometric input: Fingerprint Facial Recognition Retinal Scan Iris Scan Voice…
Sagar
  • 131
  • 1
  • 1
  • 3
13
votes
1 answer

Where to store user credentials when using fingerprint authentication in Android

As the title suggests, i'm making an app that allows the user to login using fingerprint authentication. The problem i'm having is where to store the credentials they submit? The flow would be -> User logs in first time with credentials -> enable…
MichaelStoddart
  • 5,219
  • 3
  • 24
  • 44
13
votes
4 answers

open source SDK for fingerprint matching

I am looking for a opens source SDK in java for fingerprint matching with good accuracy. Can anyone suggest me one?
user189352
  • 825
  • 4
  • 18
  • 26
12
votes
2 answers

iOS prefs url scheme for touch id & passcode settings

there are a lot of lists with prefs urls for the iOS settings app, used to open a specific site in the settings app (e.g. https://stackoverflow.com/a/8246814/4266294). Unfortunately, I cannot find the url in order to open the touch id & passcode…
Fabian Köbel
  • 410
  • 7
  • 21
12
votes
6 answers

What is SHA1 fingerprint?

I am obtaining a Google Play API key from Google, and it is asking to enter SHA1 fingerprint. I want to know what is SHA1 fingerprint? I also wanted to know weather this API key can be used from another computer/pc?
Muneem Habib
  • 830
  • 4
  • 16
  • 45
12
votes
3 answers

How to get my android fingerprint certifica in Android Studio

I am new Android Developer. I am using Mac Os x Lion and Android Studio 2.0.11. I will map application so I need sha1 certifica. how to get fingerprint mac os and Android studio. thanx. Sorry bad english.
Olkunmustafa
  • 2,813
  • 8
  • 36
  • 53
11
votes
1 answer

Best library for fuzzy document match / text fingerprinting

I am thinking of building an API that would let a program submit a "fingerprint" of an academic publication, match this against a database of articles from Open Access journals, and if found, send the user the canonical citation information.…
Stian Håklev
  • 1,130
  • 2
  • 11
  • 25
11
votes
1 answer

Get SSL certificate details

I want to examine the SSL certificate that -(void)connection:(NSURLConnection *)connection didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge receives and I have the following snippet which gives me the Issuer Common Name,…
11
votes
2 answers

Get data from Fingerprint device using PHP

I am working on attendance application using PHP and MySQL, I want to automate the attendance process by getting all data from fingerprint devices directly and import them into MySQL database through PHP script. I googled and found a script which…
CairoCoder
  • 2,611
  • 7
  • 39
  • 60
11
votes
1 answer

User/browser fingerprinting without cookies

I'm sure that many of you have heard about this: http://panopticlick.eff.org/ It's a way to form a somewhat unique fingerprint of a web site visitor based on information about their browser, fonts, plugins, etc... Does anyone know of a library…
Art
  • 1,017
  • 1
  • 12
  • 21
11
votes
6 answers

ios8 TouchID detection if fingerprint was added

Im digging into Apple's Touch ID, more precisely the Local Authenticator. The documentation as of now is pretty sparse. Its mainly just this: LAContext *myContext = [[LAContext alloc] init]; NSError *authError = nil; NSString…
Stas Stelle
  • 195
  • 2
  • 8
11
votes
4 answers

Convert Finger Print image to comparable template

I have a finger print scanner which gives me only an image of finger-print(it's SDK doesn't provide any functionality for "converting" them into template and for comparing these templates). My question is which approach should I use: look for an SDK…
Lev
  • 2,921
  • 5
  • 37
  • 53
10
votes
1 answer

Android API for on-screen fingerprint

Some new android devices come with on-screen fingerprint sensors Here are bunch of them: https://www.smartprix.com/bytes/7-best-phones-with-under-display-fingerprint-sensor/ During fingerprint authentication the icon appears on screen, where user…
repitch
  • 1,618
  • 1
  • 11
  • 29
1 2
3
84 85