All Projects → DIVERSIFY-project → Amiunique

DIVERSIFY-project / Amiunique

Licence: mit
Learn how identifiable you are on the Internet

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Amiunique

Canvasblocker
A Firefox extension to protect from being fingerprinted.
Stars: ✭ 608 (+4.65%)
Mutual labels:  privacy, fingerprinting
Nothing Private
Do you think you are safe using private browsing or incognito mode?. 😄 👿 This will prove that you're wrong.
Stars: ✭ 1,375 (+136.66%)
Mutual labels:  privacy, fingerprinting
Ffck
🦊 & 🧅 hardening
Stars: ✭ 72 (-87.61%)
Mutual labels:  privacy, fingerprinting
Privacybadger
Privacy Badger is a browser extension that automatically learns to block invisible trackers.
Stars: ✭ 2,346 (+303.79%)
Mutual labels:  privacy, fingerprinting
Windows 10 Hardening
Windows 10 hardening guide without gimmicks
Stars: ✭ 102 (-82.44%)
Mutual labels:  privacy, fingerprinting
Scriptsafe
a browser extension to bring security and privacy to chrome, firefox, and opera
Stars: ✭ 434 (-25.3%)
Mutual labels:  privacy, fingerprinting
Sparkleshare
Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
Stars: ✭ 4,661 (+702.24%)
Mutual labels:  privacy
Coyim
coyim - a safe and secure chat client
Stars: ✭ 513 (-11.7%)
Mutual labels:  privacy
Rattlesnakeos Stack
Build your own privacy and security focused Android OS in the cloud.
Stars: ✭ 490 (-15.66%)
Mutual labels:  privacy
Fatt
FATT /fingerprintAllTheThings - a pyshark based script for extracting network metadata and fingerprints from pcap files and live network traffic
Stars: ✭ 490 (-15.66%)
Mutual labels:  fingerprinting
Spotifyadblock
Protect your privacy by blocking all annoying Spotify ads & analytics in Linux, OSX and Windows with hosts file.
Stars: ✭ 540 (-7.06%)
Mutual labels:  privacy
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (-8.61%)
Mutual labels:  privacy
Graphite
Encrypted, secure, user-owned productivity suite
Stars: ✭ 505 (-13.08%)
Mutual labels:  privacy
Optimizer
Make Windows faster and more secure
Stars: ✭ 489 (-15.83%)
Mutual labels:  privacy
Kalitorify
Transparent proxy through Tor for Kali Linux OS
Stars: ✭ 513 (-11.7%)
Mutual labels:  privacy
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (-15.32%)
Mutual labels:  privacy
Dsvpn
A Dead Simple VPN.
Stars: ✭ 4,894 (+742.34%)
Mutual labels:  privacy
Chameleon
Browser fingerprinting protection for everybody.
Stars: ✭ 489 (-15.83%)
Mutual labels:  privacy
Iotex Core
Official implementation of IoTeX blockchain protocol in Go.
Stars: ✭ 505 (-13.08%)
Mutual labels:  privacy
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (-9.12%)
Mutual labels:  privacy

Am I Unique ?

This repository contains all the source code from the AmIUnique.org website.
This application was built using the framework Play 2.3 for the back-end and Bootstrap for the front-end.

Requirements

JDK8 is needed to build the application.

Creation of the database

A database is needed to store the fingerprints. To facilitate the creation process, the "fpDB.sql" file located at the root of the repository contains the structure of the table. You just need to import it with mysqldump or through phpMyAdmin to have everything set up properly. Then, you have to modify the "amiunique-source/website/conf/application.conf" to include your database connection credentials (user and password). Same action required in "amiunique-source /website/conf/META-INF/persistence.xml" to activate the persistence of data.

Launch of the application

Like other play applications, run "./activator run" at the root of the website directory to launch the web application. You will then be able to access your app via "localhost:9000". You may also need to regenerate the Play application secret. To do so, run "play-update-secret" in the Play console.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].