Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christophberger/fingerprint-go
A demo signup page that uses Fingerprint Pro to detect attempts of creating fake accounts
https://github.com/christophberger/fingerprint-go
browser-fingerprint browser-fingerprinting fraud-detection fraud-prevention
Last synced: about 15 hours ago
JSON representation
A demo signup page that uses Fingerprint Pro to detect attempts of creating fake accounts
- Host: GitHub
- URL: https://github.com/christophberger/fingerprint-go
- Owner: christophberger
- License: bsd-3-clause
- Created: 2024-03-13T23:18:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T11:07:01.000Z (6 months ago)
- Last Synced: 2024-06-21T01:57:44.092Z (5 months ago)
- Topics: browser-fingerprint, browser-fingerprinting, fraud-detection, fraud-prevention
- Language: Go
- Homepage: https://fingerprint.com/blog
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to generate a browser fingerprint in Go
Malicious behavior is difficult to detect. Browser fingerprinting can help identify certain patterns of fraudulent activities.
This demo project uses Fingerprint Pro to take a browser fingerprint of a user's device during signup. If a fraudster tries to generate multiple fake accounts through the same device, the generated brower fingerprint reveals that attempt.
This project was created for an article on the [Fingerprint blog](https://fingerprint.com/blog/).