Module armorlib::scan_modules::unicode_watermark [] [src]

Implements a module that attempts to catch a common techinique used to compromise privacy and find sources: Unicode watermarking. There are lots of techniques that are used to do this: right now, this library catches the most common one, using zero-width joiner characters which are invisible to humans but uniquely mark text depending on their locations.

Structs

UnicodeWatermarkScanModule

A scan module that implements checking for Unicode zero-width characters, a common technique used for identifying leakers or otherwise invading privacy.