Updated readme

This commit is contained in:
z0ccc 2021-09-29 19:47:48 -04:00
parent 6a54eef800
commit b328fbb383
2 changed files with 8 additions and 6 deletions

View file

@ -1,16 +1,18 @@
# Vytal # 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. 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. Vytal contains no ads and signup is not required.
Check it out at https://vytal.io ## Dev
<!-- ![Video of Vytal](https://raw.githubusercontent.com/z0ccc/Vytal/master/promo/vytal_video.webp) --> This application is built with a react frontend and a django backend.
# Dev
Backend Django setup: Backend Django setup:

View file

@ -35,7 +35,7 @@ const FingerprintBlock = ({ workerData }) => {
</> </>
)} )}
<p> <p>
<b>Explanation:</b> This hash is calculated from your device data. Even <b>Explanation:</b> This hash is generated from your device data. Even
if you clear cookies, change your IP or use private mode the hash will 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. stay the same. Enter a signature and turn on a VPN to test it out.
</p> </p>