Skip to content

rynr/fingerprint.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fingerprint.js - Fingerprinting any Browser with JavaScript

Copyright (C) 2010 Rainer Jung

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, see <http://www.gnu.org/licenses/>.

--------------------------------------------------------------------------------

I searched for a Fingerprint-Script to identify any brower without the need of
Cookies. I did not really find any, so i started this Project. I'd love people
to add functions for Non-Linux-Browsers, as i have none of these Systems to
check how they work.

--------------------------------------------------------------------------------

DESCRIPTION

  This JavaScript-Library tries to identify every Browser with a unique
  Fingerprint. To do this, it will detect different browsers and extract
  specific Informations like Plugins & Versions.
  Currently, there's not much functionality, only the UserAgent and some
  Plugin-data is used to generate the fingerprint, there's much that can be
  improoved.

USAGE

  fingerprint.str() // => 'Mozilla/5.0 (X11; U; Linux i686; ...'
  fingerprint.md5() // => '6b8b43bd46578b97b656dfdc2d64b337'

Releases

No releases published

Packages

No packages published