== Stylometry Threat Description == No operating system does obfuscate a user's writing style. Consequently, unless precautions are taken (see below), users are at risk from [https://en.wikipedia.org/wiki/Stylometry stylometric analysis based on their linguistic style]. Research suggests only a few thousand words (or less) may be enough to positively identify an author and there are a host of software tools available to conduct this analysis. This technique is used by advanced adversaries to attribute authorship to anonymous documents, online texts (web pages, blogs etc.), electronic messages (emails, tweets, posts etc.) and more. == Stylometry Tracking Techniques == The field is dominated by A.I. techniques like neural networks and statistical pattern recognition, and is critical to privacy and security. Current anonymity and circumvention systems are focused on location-based privacy, but ignore leakage of identification via the content of data which has a high accuracy in authorship recognition (90%+ probability). https://web.archive.org/web/20160304062339/https://www.cs.drexel.edu/~sa499/papers/adversarial_stylometry.pdf There are multiple ways to conduct statistical analysis on "anonymous" texts, including: https://en.wikipedia.org/wiki/Stylometry * Keystroke fingerprinting, for example in conjunction with Javascript. * Stylistic flourishes. * Abbreviations. * Spelling preferences and misspellings. * Language preferences. * Word frequency. * Number of unique words. * Regional linguistic preferences in slang, idioms and so on. * Sentence/phrasing patterns. * Word co-location (pairs). * Use of formal/informal language. * Function words. * Vocabulary usage and lexical density. * Character count with white space. * Average sentence length. * Average syllables per word. * Synonym choice. * Expressive elements like colors, layout, fonts, graphics, emoticons and so on. * Analysis of grammatical structure and syntax. == Stylometry Defenses == Fortunately research suggests that if users purposefully obfuscate their linguistic style or imitate the style of other known authors, this is largely successful in defeating all stylometric analysis methods so they are no better than randomly guessing the correct author of a document. However, using automated methods like machine translation services do not appear to be a viable method of circumvention. == AI Based Stylometry Defense == In the future, {{AI}} might help with rephrasing and thereby eliminating a writers writing style. No specific AI recommendation is available yet. Some general criteria: * '''Local, Offfline AI:''' The AI should be running on the user's local computer and not in the cloud. It should not be based on a web interface unless it is tuning locally. This is because a cloud based AI provider such as ChatGPT must be assumed to log all conversations and there is also a keystroke fingerprinting risk as for any website. * '''Sandboxed AI:''' Maybe the AI cannot be run inside a {{VM}} because it requires access to a real graphic card for performance reasons. Ideally the AI would be used on an offline computer. Since that might be too impractical, it should at least be sandboxed so it cannot have internet access. The {{project name short}} project hasn't identified any Open Source AI yet. None is available from packages.debian.org yet at the time of writing. This will take time. In fact, many companies are playing games abusing the term open-source for things which clearly are not Open Source. The term Open Source AI is also not well defined yet. Some stake holders such as Debian and OSI (Open Source Initiative) are working on it. For an elaboration and further references, see {{kicksecure_wiki |wikipage=Artificial_intelligence |text=Real Open Source Artificial Intelligence (AI) }}.