vytal-io / vytal-extension

Browser extension to spoof timezone, geolocation, locale and user agent.
https://vytal.io
GNU General Public License v3.0
1.8k stars 95 forks source link

What is the point of signing your hash? #7

Closed Jayto1 closed 2 years ago

Jayto1 commented 2 years ago

I understand what the hash is but don't understand what the point of signing it is, any explanation would be great, thanks.

z0ccc commented 2 years ago

Its just a simple way to check if the hash has changed or not. Copying and comparing the hash values directly would achieve the same result.