Song-Li / cross_browser

This is a project for a browser fingerprinting technique that can track users not only within a single browser but also across different browsers on the same machine.
http://uniquemachine.org/
GNU General Public License v3.0
1.26k stars 264 forks source link

Base64 #18

Closed erikwijmans closed 8 years ago

erikwijmans commented 8 years ago

Images are now sent to the server as a base64 string. This has an overhead of 33% instead of the 400% overhead that a json array has.