The fingerprinting tag has no wiki summary.
-1
votes
0answers
21 views
Building Windows Fingerprint [closed]
I have about 3 years of professional experience with PHP development, but basically 0 experience with desktop development. I need to collect data to build a computer fingerprint (windows only), that ...
0
votes
1answer
22 views
Fingerprinting the file type of a string of data in python
I'd like to be able to read in the first couple kilobytes of unknown file types and see if it matches any known file types (i.e. mp3 file, jpeg, etc...). I was thinking of trying to load meta data ...
24
votes
9answers
1k views
+100
User recognition without cookies or local storage
I'm building an analytic tool and although I can get IP address, browser and operating system from the user agent.
I'm wondering if there is a possibility to detect same user without using cookies or ...
2
votes
2answers
132 views
Search for AcoustID on Musicbrainz
Muscibrainz offers acoustID fingerprints, e.g., here
However, i do not find a possibility to directly search for them (like it is possible for the PUIDs or echoprints)
Am I missing something?
...
4
votes
1answer
80 views
Uniquely identify files before uploading with the HTML5 file API
I'm building a file uploader using the HTML5 file API. I want to be sure no duplicate files are uploaded, based on the actual data they contain. This means two files should be considered identical ...
0
votes
0answers
36 views
Fingerprint image oreintation estimation
hi i have written a c program to estimate a fingerprint image orientation using below specified formula. while i overlay the orientation on the fingerprint it is improper. can any on help me.
for (x ...
0
votes
0answers
56 views
Manage aggressive caching using URL fingerprinting in a Java/Maven way
I'm trying to find the best solution to manage browser cache to reload modified JavaScript/CSS resources in a Java/Maven project.
The most widespread solution seems be Maven filtering to add a ...
0
votes
1answer
147 views
Audio fingerprinting in javascript
I am trying to compare audio files at client side, I will not upload them on to the server, hence I want to get the fingerprint of the file even before uploading it to the server.
Do we have a ...
2
votes
1answer
177 views
Fingerprinting Assets in a Maven/JSP/RequireJS Webapp?
I have a simple Maven webapp that uses a single JSP and RequireJS to serve up a single-page Javascript-heavy app. I've been looking around for something that I can use to fingerprint assets during the ...
0
votes
1answer
44 views
.Net library/component for OS Fingerprinting?
Can anyone recommend a (preferably gratis) .Net library/component to perform OS Fingerprinting?
I'm writing a program that will verify if a list of hosts are up, and at the same time perform OS ...
1
vote
1answer
70 views
How to create synthetic fingerprint drawings
I want to write a program that outputs synthetic fingerprint drawings that are indistinguishable from human fingerprints. I know the theory of fingerprints and what makes them unique. I don't know how ...
0
votes
2answers
101 views
Line color is override on first line color in android
I am trying to draw line using finger paint and I want to draw that line in multi color all are working fine. But what happen is at the first time when I draw a line then it works fine but after that ...
2
votes
1answer
123 views
How to use Google Refine to replace string value with Fingerprint?
I have a column with 100,000+ strings in it. I wish to have Google Refine replace these strings with their Fingerprint.
I selected the column in Google Refine, and created a Text Facet. From that ...
1
vote
1answer
247 views
Working with Fingerprint Detection from an image in android
I intend to work on a project, where I have to detect fingerprint from an image captured by android's camera.
I have no prior knowledge on fingerprint processing. Is there any open source library in ...
0
votes
2answers
210 views
Techniques to “Remember me on this computer” if cookies/cache is cleared?
Typically "Remember me on this computer" stores a hashed value of user identifier in browser cookie. I want to be able to remember the device even if cookies are cleared. We try to store in cache, ...
0
votes
2answers
150 views
Solr - Nearest Match - Does this functionality exist?
Can Solr give you a nearest match when comparing "fingerprint" type data stored in the Solr datastore. For example,
eJyFk0uyJSEIBbcEyEeWAwj7X8JzfDvKnuTAJIojWACwGB4QeM
...
0
votes
2answers
851 views
How to convert .WSQ FingerPrint Image File to .BMP FIle in C#
Is there a way to convert a .wsq fingerprint image file to a bitmap image (bmp) file?
sample .wsq fingerprint image file is here
http://www.mediafire.com/download.php?qbwy76rmc666dbr
0
votes
0answers
42 views
Writing small FTP application fingerprinter
I recently downloaded p0f, the famous OS and HTTP fingerprinting tool, and had some fun using python's scapy library to construct packets that emulate different OSs and sending them across a local ...
0
votes
0answers
144 views
Python Fingerprint readers for ZKSoftware iClock360 [closed]
Which Python library supports to read data from fingerprint devices such as the ZKSoftware iClock360?
Any suggestions?
-2
votes
1answer
85 views
Randomized Pattern Matching
I have a problem with an exercie. I hope you can help me.
We want to detect whether a binary pattern P of length m occurs in a binary text T of length n where: m < n.
State an algorithm that runs ...
0
votes
1answer
497 views
Number of access points for wifi fingerprinting
I'm making project for positioning using WiFi fingerprint , but the building I'm testing the project in has only 3 access point that covers the whole building(the building is 5 floors),
Is the 3 ...
1
vote
1answer
182 views
Fingerprinting an application so it runs on only a machine which has had it's hash whitelisted
Basically this is the algorithm I'm thinking about:
Get users MAC address.
Get users hard drive ID.
Get users motherboard ID.
Get users RAM ID.
Combine all these specifics into a single very long ...
0
votes
1answer
202 views
hashes of ngrams: document fingerprinting
I am trying to implement the winnowing algorithm for document fingerprinting in R.
Here the reference http://www.ida.liu.se/~TDDC03/oldprojects/2005/final-projects/prj10.pdf
My question:
how do I ...
2
votes
5answers
1k views
Best way to generate a machine fingerprint?
I need to generate a unique string that will differ from machine to machine -- a "device fingerprint".
What are...
possible approaches for custom implementations? (I've got a few ideas, but I ...
0
votes
1answer
167 views
How can I use the lpd/lpr to get information about a printer?
I'd like to use port 515 (lpd protocol) to query a printer about its identity, but, unlike some other protocols, lpd does not seem to return any information about the printer when a print request is ...
2
votes
1answer
816 views
How to Marshal C# struct array?
I’m developing a fingerprint login for a HRM system. Sample code given with the SDK allows verifying with one template. Here is the segment of the code.
BSTypes.ABS_BIR ppEnrolledTemplate; ...
3
votes
1answer
637 views
Rails 3.1 Assets are being fingerprinted in production but rendered HTML is not
Everything works great in Development. And app deploys as normal with Capistrano. Assets (javascript & css) appear to be fully pre-compiled and each, along with images, are given a "fingerprint". ...
2
votes
1answer
664 views
Rails 3.1 Asset Pipeline Fingerprinting
Simple question:
I've got a Rails 3.1 app running in staging, which is RAILS_ENV=production. My problem is this: stylesheet_link_tag produces a different fingerprint for my css files than the ...
1
vote
1answer
857 views
Audio Fingerprinting implementation on iPhone
It's the first time I post a question in a blog, but it seems to me this is the best resource on the web for that.
I'm looking for a way to implement audio fingerprinting in an application for ...
3
votes
2answers
1k views
How to get musicbrainz track information from audio file
Can anyone tell me how to get track information from the MusicBrainz database from an audio file (mp3, wav, wma, ogg, etc...) using audio fingerprinting. I'm using MusicBrainz Sharp library, but any ...
2
votes
3answers
813 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
247 views
php session hijacking - is HTTPS enough? Suggestions for fingerprinting?
I use HTTPS, but want to minimize the risk of someone evil crafting their own cookies with a session ID that someone else actually uses recently.
As a session variable I have an expiry time so the ...
0
votes
1answer
50 views
Reconstructing trees from a “fingerprint”
I've done my SO and Google research, and haven't found anyone who has tackled this before, or at least, anyone who has written about it.
My question is, given a "universal" tree of arbitrary height, ...
0
votes
2answers
139 views
How to stop unintentional human errors?
We maintain a huge set of files in our web servers. Yesterday we were surprised to see a very important core file of the system being reverted by an older version (probably by some human beings since ...
10
votes
5answers
4k views
How does music fingerprinting work (for sites such as Shazam and Lala.com)?
My large (120gb) music collection contains many duplicate songs, and I've been trying to fingerprint tracks in the hopes of detecting duplicates. And since I'm a CS Major I'm very curious as to what ...
7
votes
3answers
1k 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 ...
1
vote
3answers
115 views
How can we tell what language/technology was used to render an HTML document?
In general, a web application can render any HTML it likes. Therefore, in theory, any language could render identical HTML output.
However, there are some ways we can try to deduce what is running ...

