From efa2327747021b7698ee872455a052da0bb12c4e Mon Sep 17 00:00:00 2001 From: Seirdy Date: Wed, 20 Nov 2024 10:36:41 -0500 Subject: [PATCH] Syndicate, use relref --- content/notes/your-keystroke-biometrics-are-everywhere.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/notes/your-keystroke-biometrics-are-everywhere.md b/content/notes/your-keystroke-biometrics-are-everywhere.md index bf8ec24..afab3a6 100644 --- a/content/notes/your-keystroke-biometrics-are-everywhere.md +++ b/content/notes/your-keystroke-biometrics-are-everywhere.md @@ -1,10 +1,15 @@ --- title: "Your keystroke biometrics are everywhere" date: 2024-11-20T10:25:39-05:00 +syndicatedCopies: + - title: 'The Fediverse' + url: 'https://pleroma.envs.net/objects/20ed1d72-24f0-4674-8d38-dafe4540d7cb' + - title: 'Bluesky' + url: 'https://bsky.app/profile/seirdy.one/post/3lbfbm6z34c2g' --- Real time collaboration software and text boxes that rapidly save drafts to the cloud essentially log your fingerprintable typing behavior. The industry refers to this information as "keystroke dynamics" or "typing biometrics". -Other modern "operator signatures" are easier to minimize. A user can learn to [obfuscate writing style](https://seirdy.one/posts/2022/07/09/stylometric-fingerprinting-redux/), or can use keyboard navigation with different pointing devices to limit [fingerprinting of mouse behavior](http://jcarlosnorte.com/security/2016/03/06/advanced-tor-browser-fingerprinting.html). +Other modern "operator signatures" are easier to minimize. A user can learn to [obfuscate writing style]({{}}), or can use keyboard navigation with different pointing devices to limit [fingerprinting of mouse behavior](http://jcarlosnorte.com/security/2016/03/06/advanced-tor-browser-fingerprinting.html). Keystroke biometrics are difficult to anonymize without [installing software such as kloak](https://github.com/vmonaco/kloak) or browser extensions (the latter of which may add fingerprintable vectors) designed to cloak some of your typing habits. Signature typos, approximate typing speed, etc. will still leak. Alternatively, we could normalize typing messages out in a simple offline editors that don't store revision history before pasting them into other input fields.