Tagged Questions
The fingerprinting tag has no wiki summary.
8
votes
5answers
3k 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 ...
4
votes
2answers
617 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 ...
2
votes
5answers
142 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 ...
2
votes
1answer
167 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; ...
2
votes
1answer
249 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
2answers
683 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
356 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
170 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 ...
1
vote
1answer
70 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 ...
1
vote
1answer
464 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
233 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 ...
1
vote
3answers
103 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 ...
0
votes
0answers
13 views
sfr400 scan results in mysql
Has anyone worked with the Suprema SFR-400 scanner? If so, please state if this is possible:
The UFDatabase module, by default is for storing the scan result in an Access database.
I tried changing ...
0
votes
1answer
83 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 ...
0
votes
0answers
18 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 ...
0
votes
1answer
38 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
104 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 ...