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
106
votes
11 answers

How can I get the MD5 fingerprint from Java's keytool, not only SHA-1?

As I want to use Google maps in my application, I need the debug certificates' MD5 fingerprint. I tried following.: (Here I copied the debug.keystore file from C:\Documents and Settings\Administrator.android in bin folder) C:\Program…
Prachi Kshirsagar
  • 1,091
  • 2
  • 9
  • 5
96
votes
11 answers

Image fingerprint to compare similarity of many images

I need to create fingerprints of many images (about 100.000 existing, 1000 new per day, RGB, JPEG, max size 800x800) to compare every image to every other image very fast. I can't use binary compare methods because also images which are nearly…
Philip Dreyer
  • 985
  • 2
  • 7
  • 3
54
votes
5 answers

Google Maps API for Android, getting SHA1 cert instead of MD5

When I try to get the MD5 fingerprint using keytool, I get a SHA1 fingerprint instead and the Google Maps doesn't recognize it. How do I get the MD5 fingerprint?
Brahadeesh
  • 2,207
  • 8
  • 37
  • 57
42
votes
2 answers

Fingerprint Scanner using Camera

Working on fingerprint scanner using camera or without, its possibility and its success rate?, I came across one of open source SDK named FingerJetFX its provide feasibilty with android too. The FingerJetFX OSE fingerprint feature extractor is…
RobinHood
  • 10,464
  • 4
  • 44
  • 92
40
votes
4 answers

How to check device compatibility for finger print authentication in android

I am working with finger print authentication using android 6.0 api. My requirement is, if current device is supports finger print authentication, then I will go through finger print authentication else will use normal way to login the…
Lokesh
  • 4,952
  • 4
  • 25
  • 43
37
votes
2 answers

SSH fingerprint verification for Amazon AWS EC2 server with ECDSA?

When I create a new Amazon EC2 server, I connect to it using ssh as usual. I see the typical warning: $ ssh myserver The authenticity of host 'ec2-12-34-567-890.compute-1.amazonaws.com (12.34.567.890)' can't be established. ECDSA key…
joelparkerhenderson
  • 32,633
  • 18
  • 90
  • 113
33
votes
8 answers

Hashing a session fingerprint really necessary?

Please read this THOUROUGHLY before voting... So I have seen a lot of session management classes that create a fingerprint via concatenation of user agent and a couple of ip blocks or whatever. They seem to also add a salt and then hash this…
dqhendricks
  • 17,461
  • 10
  • 44
  • 80
33
votes
6 answers

Android M fingerprint scanner on Android Emulator

I want to ask how should I test my fingerprint authentication on Android Emulator? I was trying to use adb -e emu finger touch [finger_id] referred from link here but it seems to be not working with my Emulator. My Emulator is Targeting API 23,…
Sunny Bansal
  • 396
  • 1
  • 3
  • 11
32
votes
4 answers

Ways to create a unique user fingerprint in PHP

What is the best way to generate a 'fingerprint' of user unique-ness in PHP? For example: I could use a user's IP address as the 'fingerprint', however, there could be multiple other users on the same IP I could use the user's IP + user agent…
So Over It
  • 3,588
  • 3
  • 31
  • 46
32
votes
4 answers

Fingerprint API for android phone

I am new to fingerprint authentication in smartphones. As we know Samsung S5 currently supports fingerprint scanner. Is it possible to develop a custom application that can use the scanner to authenticate a user? I just need to know the identity of…
DBS
  • 714
  • 1
  • 7
  • 19
31
votes
2 answers

gpg: WARNING: unsafe ownership on configuration file, $gpg --fingerprint on Ubuntu9.10

I'm getting this error when I run this code. gpg --fingerprint gpg: WARNING: unsafe ownership on configuration file `/home/dylan/.gnupg/gpg.conf The problem seems to be with permissions, but I have tried this code, and it has not seemed to…
Nona Urbiz
  • 4,625
  • 16
  • 52
  • 83
24
votes
3 answers

Finding duplicate video files by database (millions), fingerprint? Pattern recognition?

In the following scenario: I got a project having a catalog of currently some ten thousand video files, the number is going to increase dramatically. However lots of them are duplicates. With every video file I have associated semantic and…
22
votes
3 answers

How implement fingerprint scanner in WebApp?

I want use sensor of android to get fingerprint. I have a WebApp and want to get callback of fingerprint. Is possible implement fingerprint scanner in WebApp? Using Javascript or something like that?
Guilherme IA
  • 924
  • 1
  • 14
  • 29
22
votes
6 answers

Can I use a fingerprint scanner on my website?

I'm making a web application and would like to have a secure area where you can only sign in with your finger print. My original idea was to just use a usb barcode reader and you scan that, and it outputs the ID into a text box, but that's not very…
Bill
  • 4,910
  • 14
  • 58
  • 92
22
votes
3 answers

How to get input from fingerprint scanner and save it

I am Using Android Marshmallow, and Moto G4 plus a device for testing. I want to create an application which will take the fingerprint input and saved in a local database(sqlite) Or to database, I mean which type we can take input and save it?
Kuldeep Singh
  • 823
  • 1
  • 8
  • 17
1
2 3
84 85