Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).