Tagged Questions
The fingerprint tag has no wiki summary.
27
votes
8answers
542 views
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 ...
22
votes
10answers
9k views
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 ...
17
votes
9answers
1k views
Efficient way to fingerprint an image (jpg, png, etc)?
Is there an efficient way to get a fingerprint of an image for duplicate detection?
That is, given an image file, say a jpg or png, I'd like to be able to quickly calculate a value that identifies ...
14
votes
2answers
509 views
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 ...
10
votes
2answers
780 views
iso 19794-2 fingerprint format
I am using iso 19794-2 fingerprint data format. All the data are in the iso 19794-2 format. I have more than hundred thousand fingerprints. I wish to make efficient search to identify the match. Is it ...
7
votes
4answers
161 views
Assembly-level function fingerprint
I would like to determine, whether two functions in two executables were compiled from the same (C) source code, and would like to do so even if they were compiled by different compiler versions or ...
6
votes
1answer
2k views
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 doesnt recognize it. How do I get the MD5 fingerprint?
6
votes
1answer
641 views
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, ...
6
votes
4answers
1k views
How to remove the background from a fingerprint image?
I have a fingerprint image taken from a sliding scanner. However the output does not have clean background. It looks like this:
I want to remove the background so that further processing will be ...
5
votes
2answers
4k views
4
votes
1answer
220 views
Algorithm to match finger prints in delphi
Is there any library in delphi that i can use to match a database of finger prints with the ones scanned? I have browsed the net for some algos, but most of them were in pseudo code. I don't know much ...
4
votes
4answers
993 views
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
...
4
votes
6answers
277 views
Finding center of fingerprints
If we suppose that every fingerprint is made of concentric curves (ellipses or circles) - and I'm aware of the fact that not every fingerprint is - how can I find center of those concentric curves?
...
4
votes
6answers
2k views
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 ...
4
votes
1answer
4k views
ssh: The authenticity of host 'hostname' can't be established
When i ssh to a machine, sometime i get this error warning and it prompts to say "yes" or "no". This cause some trouble when running from scripts that automatically ssh to other machines.
Is there a ...
4
votes
2answers
620 views
Musicbrainz fingerprinting
I've been busy with understanding the MusicBrainz database in the past few hours and as I noticed there's no command line application to tag or fingerprint audio files. Are there any CLI ...
4
votes
2answers
1k views
fingerprint reader or thumb reader
I am wanting to develop an Automatic Attendance System using a thumb reader. When the user enters the office campus, they must put their thumb on to a thumb reader and is then marked as present.
Can ...
3
votes
2answers
3k views
device for fingerprint scanner in android?
iam running a project that part of it requires to read a fingerprint. The platform we use is an Android phone (2.2).
Is there a fingerprint reader availble for this platform? (micro USB, power ...
3
votes
1answer
398 views
3
votes
1answer
1k views
Can you help with a Delphi code sample for fingerprint recognition?
Do you know where can I find a Delphi code sample for fingerprint recognition from an image file.
3
votes
6answers
3k views
Is there a fingerprint reader api/sdk?
I need to read the user's fingerprint from my application.
What I really want is a simple SDK that works with a lot of inexpensive fingerprint readers but I can deal with something that works only ...
2
votes
1answer
192 views
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 ...
2
votes
1answer
281 views
integrate digital persona sdk into my application in java
I need urgent help, after googling a lot since last 3-4 weeks. I only able to figure out that, i can use digital persona sdk on my web application, which i am trying to make in java.
...
2
votes
3answers
307 views
Login authentication using fingerprint in jsp page
I am a final year student, i am trying to provide higher level of security at web login time for clients. So, i am looking for fingerprint authentication. Which means, wherever client wants to login ...
2
votes
2answers
104 views
Unwrap a 3D fingerprint (convert to 2D)
I need to unwrap a 3D fingerprint (convert to 2D). I cannot just remove z coordinate and make it 2D. I need to unwrap it in a manner that it resembles as if the fingerprint would have been scanned as ...
2
votes
1answer
208 views
URL fingerprint caching on Amazon S3
I have a bucket on Amazon S3 where I keep files that sometimes change but I want to use maximum caching on them, so I want to use URL fingerprinting to invalidate the cache.
I use the "last modified" ...
2
votes
2answers
261 views
PHP SSL Certificate Fingerprint
I need display in web page fingerprints of SSL Certificate.
Is it possible in PHP? The function
openssl_x509_parse
doesn't return SHA1 and MD5 fingerprints.
How resolve this problem?
Thanks.
2
votes
1answer
174 views
What fingerprint formats are returned by WinBioCaptureSample?
I've got a C# application running on Win7 and a USB fingerprint scanner. I'm talking to the scanner via Windows Biometric Framework (WBF). WinBioCaptureSample() gets me something, a lot when I ask for ...
2
votes
1answer
1k views
Efficiency Problems with Finger Drawing
I want to develop an app to draw touching the iPhone screen an searching how to do it I have found an example recipe (09-Paint) into the chapter eight of the Erica Sadun iPhone Developers Cookbook 3.0 ...
2
votes
4answers
574 views
fastest way to match fingerprints?
I am trying to check whether a fingerprint exists/matches in a huge collection of fingerprints (100,000 fingerprints). It will take more time to search for matches sequentially. is there any better ...
2
votes
4answers
1k views
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 ...
2
votes
3answers
731 views
finger print reader for .net windows forms / WPF or silverlight client
We are designing a solution that will be used on an internal network.
One of the requirements is to have an extra level of security beyond a simple user name and password.
Does anyone have ...
2
votes
2answers
1k views
Fingerprint authentication for php web app
I need to implement authentication in a php app but using fingerprint as part of credentials.
So, sincerely I'm kind of lost here.
1) Do I need a product (reader) with javascript SDK? I've seen some ...
2
votes
3answers
360 views
What does fingerprint data look like?
Are there any datasets of digitized data from fingerprints (not-images)? Basically, we're planning an application that works on fingerprint data and wondering if the output by fingerprint readers are ...
2
votes
2answers
343 views
How can I compare market data feed sources for quality and latency improvement?
I am in the very first stages of implementing a tool to compare 2 market data feed sources in order to prove the quality of new developed sources to my boss ( meaning there are no regressions, no ...
2
votes
3answers
342 views
Storing and comparing biometric information
In general we use biometrics in computer applications say for authentication. Lets get 2 examples finger prints and facial recognition.
In those cases how we keep the information for comparison. As ...
2
votes
3answers
3k views
.NET Fingerprint SDK
I am looking for a comparison of Fingerprint reader SDKs available for .NET (we are using .Net 3.5). My requirements are
1. Associate more than one fingerprint with a person.
2. Store the ...
2
votes
5answers
1k views
JPEG built-in checksum / fingerprint?
I'm putting together a script to find remove duplicates in a large library of images. At the moment I'm doing a two pass filter of first finding files of the same size and then doing a sha256 on a ...
1
vote
1answer
42 views
File asset fingerprint is not updating correctly on Rails 3.1
In my rails 3.1 app, while deploying, the assets is compiled and gets uploaded successfully.
When I visit the app, the css and js files are referenced but the server give back 404.
<link ...
1
vote
1answer
58 views
Is WMI a good way to making a hardware fingerprint?
I want to make a c++ install deployed windows application that would check hardware fingerprint (to verify that the user will use the application only on his computer). After some net research I ...
1
vote
1answer
49 views
What parts in a computer are unique to use to create a fingerprint of said machine? [closed]
Possible Duplicate:
Generating a unique machine id
I'm trying to build a licensing mechanism for a software we're building. Basically we'll have a whitelist of machines that can use the ...
1
vote
1answer
70 views
Open SSL certificate fingerprint in C
I am generating a self signed certificate using OpenSSL from C. My code is largely based on the example demo code in the demos/X509 folder (in OpenSSL) and is working ok.
I need to generate a ...
1
vote
1answer
69 views
Trouble Generating MD5 Fingerprint for Google Maps API key
I have a problem. When I open command prompt this is already entered C:\Documents and Settings\Chris>
In my Java program file, there are 3 java folders, i.e jdk1.6.0_13, jdk1.6.0_18 and ...
1
vote
2answers
121 views
Android MD5 Fingerprint of the SDK Debug Certificate
I have some issues obtaining the MD5 Fingerprint of the SDK Debug Certificate . I type this in the command line : keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android ...
1
vote
3answers
36 views
Is it possible to calculate the hash of a string if it contains that hash?
Today I caught myself trying to create a JSON document like this:
{
'a' : 1,
'b' : 2,
'hash' : (some hash value),
}
Where the value of hash is the hash of the JSON document itself. ...
1
vote
2answers
454 views
OpenCV: Fingerprint Image and Compare Against Database
I have a database of images. When I take a new picture, I want to compare it against the images in this database and receive a similarity score (using OpenCV). This way I want to detect, if I have an ...
1
vote
2answers
234 views
Google Code changing host fingerprint causes hg pull to fail
I'm using Google code and Mercurial for a small project javaclass-rb. I cloned the repository using HTTPS. My .hg/hgrc contains
[paths]
default = https://javaclass-rb.googlecode.com/hg/
From time ...
1
vote
1answer
134 views
Capture event for fingerprint reader in no active application
I have an application that validates users through a fingerprint reader. The validation is done in a method that i subscribed to manage the event, it looks like this.
...
1
vote
1answer
318 views
Integrate Fingerprint Scanner with Web Application
I want to Develop a web application, which accept fingerprint from client machine using any mouse with fingerprint scanner whose SDK supports ASP.NET. And this fingerprint will be cross verified at ...
1
vote
2answers
312 views
Fingerprint recognition C# winforms with regard to windows 7 tablets
I've developed a databaase inventory tracking system with a seperate interface for Windows 7 tablets (E.G. Viewsonic Viewpad 10). I have implemented fingerprint reading on the desktop, however, I ...