diff --git a/README.md b/README.md index fc2b309..1e8c0ef 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # Vytal +Check it out here: https://vytal.io. + +## About + Vytal shows you what traces your browser leaves behind while surfing the web. This scan allows you to understand how easy it is to identify and track your browser even while using private mode. -This application is built with a react frontend and a django backend. +A hash will be generated from your device data. Even if you clear cookies, change your IP or use private mode the hash will stay the same. You can enter a signature and turn on a VPN or private mode to test it out. Vytal contains no ads and signup is not required. -Check it out at https://vytal.io +## Dev - - -# Dev +This application is built with a react frontend and a django backend. Backend Django setup: diff --git a/frontend/src/components/FingerprintBlock.js b/frontend/src/components/FingerprintBlock.js index db4cf5f..3bfc09c 100644 --- a/frontend/src/components/FingerprintBlock.js +++ b/frontend/src/components/FingerprintBlock.js @@ -35,7 +35,7 @@ const FingerprintBlock = ({ workerData }) => { > )}
- Explanation: This hash is calculated from your device data. Even + Explanation: This hash is generated from your device data. Even if you clear cookies, change your IP or use private mode the hash will stay the same. Enter a signature and turn on a VPN to test it out.