Is there a way to find out what information website queries about us?

What tool or software should I look for to find out what “fingerprinting” data
a website is tracking?

Like, I want to know, if website looks for a cache and/or fonts installed in system, or Canval, WebGL methods. There was… Continue reading Is there a way to find out what information website queries about us?

Does multi-factor authentication make tracking/fingerprinting easier?

Is multi-factor authentication a privacy risk? Does it make tracking/fingerprinting easier?

It was seem so because whoever is accepting the OTP could track and record every OTP request and metadata like time, location, etc.,… Continue reading Does multi-factor authentication make tracking/fingerprinting easier?

Hide Secret Messages In Plain Sight With Zero-Width Characters

Fingerprinting text is really very nifty; the ability to encode hidden data within a string of characters opens up a large number of opportunities. For example, someone within your team is leaking confidential information but you don’t know who. Simply send each team member some classified text with their name encoded in it. Wait for it to be leaked, then extract the name from the text — the classic canary trap.

Here’s a method that hides data in text using zero-width characters. Unlike various other ways of text fingerprinting, zero width characters are not removed if the formatting is stripped, …read more

Continue reading Hide Secret Messages In Plain Sight With Zero-Width Characters

How reliable is using Fingerprint sensor (iPhone/Android) for identity approval?

What I’m trying to achieve is a confirmation of transaction (not payment) with a fingerprint sensor. Pretty much like Google does in its Play store:

Chose a product, click pay
Approve your choice with a fingerprint scan

W… Continue reading How reliable is using Fingerprint sensor (iPhone/Android) for identity approval?