{"id":26400621,"url":"https://github.com/priyangsubanerjee/device-fingerprinting","last_synced_at":"2025-03-17T14:35:53.383Z","repository":{"id":279587753,"uuid":"939008405","full_name":"priyangsubanerjee/device-fingerprinting","owner":"priyangsubanerjee","description":"The Device Fingerprint Generator is a web-based tool that uniquely identifies devices based on various browser and system attributes. By leveraging JavaScript and web APIs, it creates a consistent fingerprint that can be used for analytics, fraud prevention, and security purposes.","archived":false,"fork":false,"pushed_at":"2025-03-05T17:34:45.000Z","size":265,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T18:39:13.071Z","etag":null,"topics":["cybersecurity","devicefingerprint","javascript","session-hijacking","session-management","webgl"],"latest_commit_sha":null,"homepage":"https://priyangsubanerjee.github.io/device-fingerprinting/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/priyangsubanerjee.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://paypal.me/priyangsubanerjee","https://razorpay.me/@priyangsubanerjee"]}},"created_at":"2025-02-25T21:02:10.000Z","updated_at":"2025-03-05T17:34:49.000Z","dependencies_parsed_at":"2025-02-26T11:50:09.521Z","dependency_job_id":null,"html_url":"https://github.com/priyangsubanerjee/device-fingerprinting","commit_stats":null,"previous_names":["priyangsubanerjee/device-fingerprinting"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fdevice-fingerprinting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fdevice-fingerprinting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fdevice-fingerprinting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/priyangsubanerjee%2Fdevice-fingerprinting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/priyangsubanerjee","download_url":"https://codeload.github.com/priyangsubanerjee/device-fingerprinting/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244050828,"owners_count":20389782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","devicefingerprint","javascript","session-hijacking","session-management","webgl"],"created_at":"2025-03-17T14:35:52.715Z","updated_at":"2025-03-17T14:35:53.376Z","avatar_url":"https://github.com/priyangsubanerjee.png","language":"HTML","funding_links":["https://paypal.me/priyangsubanerjee","https://razorpay.me/@priyangsubanerjee"],"categories":[],"sub_categories":[],"readme":"---\nProject: \"Device Fingerprint Generator\"\nAuthor: \"Priyangsu\"\nPublished: \"25 Feb 2025\"\n---\n\n## Device Fingerprint Generator\n\nThe **Device Fingerprint Generator** is a web-based tool that uniquely identifies devices based on various browser and system attributes. By leveraging JavaScript and web APIs, it creates a consistent fingerprint that can be used for analytics, fraud prevention, and security purposes.\n\n### Features\n\n- Collects non-intrusive browser and device metadata.\n- Generates a unique fingerprint without storing personal data.\n- Lightweight and efficient for real-time identification.\n\n### Parameters Used\n\nThe fingerprint is generated based on the following parameters:\n\n```js\n{\n  userAgent: navigator.userAgent,\n  language: navigator.language,\n  screenResolution: `${screen.width}x${screen.height}`,\n  colorDepth: screen.colorDepth,\n  timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,\n  platform: navigator.platform,\n  hardwareConcurrency: navigator.hardwareConcurrency,\n  deviceMemory: navigator.deviceMemory || \"unknown\",\n  touchSupport: \"ontouchstart\" in window || navigator.maxTouchPoints \u003e 0,\n  webGLGPU: getWebGLFingerprint(),\n  canvasHash: getCanvasFingerprint(),\n}\n```\n\n### Fair Usage Policy\n\nThis tool is designed for ethical and legal use cases only. Users are expected to:\n\n- **Respect privacy** – Do not use the generator for unauthorized tracking.\n- **Ensure compliance** – Follow local regulations (e.g., GDPR, CCPA) when collecting and using fingerprints.\n- **Avoid malicious intent** – Any misuse for fingerprinting users without consent is strictly discouraged.\n\n### Live Demo\n\nYou can try the **Device Fingerprint Generator** live at:  \n[View Live](https://priyangsubanerjee.github.io/device-fingerprinting/)\n\n### Author\n\nDeveloped by **[@priyangsubanerjee](https://github.com/priyangsubanerjee)**, this project aims to provide an open-source, privacy-conscious way to generate device fingerprints without relying on third-party services.\n\nFor contributions, discussions, or concerns, feel free to open an issue or contribute to the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyangsubanerjee%2Fdevice-fingerprinting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriyangsubanerjee%2Fdevice-fingerprinting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriyangsubanerjee%2Fdevice-fingerprinting/lists"}