Finishing touches

This commit is contained in:
Hoover 2024-10-10 18:57:27 +02:00
parent b8535ffc45
commit 99b5c486bc

View File

@ -142,7 +142,7 @@
<ul> <ul>
<li><strong>Distinctiveness:</strong> Each identity should have unique traits and online behavior.</li> <li><strong>Distinctiveness:</strong> Each identity should have unique traits and online behavior.</li>
<li><strong>Separation:</strong> Identities should never interact or reference each other.</li> <li><strong>Separation:</strong> Identities should never interact or reference each other.</li>
<li><strong>Isolation:</strong> Services, accounts, or data should not be shared across identities.</li> <li><strong>Isolation:</strong> Services, accounts, or data should not be shared across identities. Your identities should never interact in any way, nor should they know about each others existence.</li>
<li><strong>Dedicated VM for Each Identity:</strong> Use separate VMs as described in the OPSEC section.</li> <li><strong>Dedicated VM for Each Identity:</strong> Use separate VMs as described in the OPSEC section.</li>
</ul> </ul>
<p>Below is a diagram showing how to build each character:</p> <p>Below is a diagram showing how to build each character:</p>
@ -190,7 +190,7 @@
</ul> </ul>
<p>To mitigate stylometry risks:</p> <p>To mitigate stylometry risks:</p>
<ul> <ul>
<li>Vary your writing style, sentence structure, and vocabulary.</li> <li>Vary your writing style, sentence structure, and vocabulary or use a local LLM to rewrite your messages before sending them.</li>
<li>Avoid using distinctive punctuation or spelling patterns.</li> <li>Avoid using distinctive punctuation or spelling patterns.</li>
<li>Use paraphrasing tools or AI assistance to diversify your style.</li> <li>Use paraphrasing tools or AI assistance to diversify your style.</li>
</ul> </ul>