Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 462 Bytes

Readme.md

File metadata and controls

8 lines (6 loc) · 462 Bytes

Rust

Adds a unique pattern of spaces into text.

Introduction

This project explores approaches to create unique texts without the user noticing. For example, Elon Musk used this technique to identify the person who leaked confidential emails. But how is it done? It backtracks through the text and creates two possible solutions for every space. The solutions differentiate through one or two spaces.

Identifying

To identify, you can create...