Steganography Without Modification: Hidden Communication via LLM Seeds
- lab arXiv
- location arXivLabs
- model Large Language Model (LLM)
A newly disclosed steganographic channel allows hidden communication through widely deployed Large Language Model inference stacks without altering model weights, sampling code, or output distributions, according to research posted to arXiv on June 8, 2026 [1]. The technique exploits a structural property of deterministic decoding: the pseudo-random number generators used in inverse-transform sampling produce a seed-dependent sequence of token-level probability intervals that can be reconstructed from the generated text alone [1]. A sender encodes a secret message in the PRNG seed before generation; a receiver reconstructs the intervals and recovers the seed, and thus the hidden payload, by exhaustive search over the seed space [1]. The researchers formalize two operational modes. In the known-prompt setting, sender and receiver share the prompt, enabling exact interval reconstruction and perfect seed recovery via forced alignment [1]. In the unknown-prompt setting, only the generated text is available; approximate interval reconstruction combined with a maximum-hit-count scoring strategy still permits reliable recovery from sufficiently long outputs [1]. Experiments across six model families and five heterogeneous text domains show that, in the known-prompt setting, full 32-bit seed recovery from the complete 2^32 candidate space achieves up to 100% accuracy, depending on model and text domain, within 300 tokens and under 35 seconds on a single GPU [1]. In the unknown-prompt setting, recovery reaches near-perfect accuracy at 600-800 tokens in about 12 seconds [1]. The paper further analyzes the influence of prompting strategies, tokenization ambiguities, and sampling hyperparameters on channel reliability [1]. The authors note that the method allows for the steganographic transmission of 32 bits, but also demonstrates that ignorance of the prompt is not a valid security assumption [1]. Large language models are neural networks trained on vast amounts of text for natural language processing tasks, especially language generation, and are a foundational technology behind modern chatbots [8]. The arXiv repository where the paper appeared is an open-access repository of electronic preprints and postprints approved for posting after moderation, but not peer reviewed, and has been in operation since August 14, 1991 [6]. As of November 2024, the submission rate to arXiv was about 24,000 articles per month [6].
infrastructuremodel-releaseresearch-paperproduct-launchsafety-research
Background sources we checked (7)
- arxiv.org ↗ We demonstrate that widely deployed Large Language Model (LLM) inference stacks harbor a steganographic channel that requires no modification to model weights, sampling code, or output distributions. The channel exploits a structural property of deterministic decoding: pseudo-ran…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …
Sources
- export.arxiv.org — Steganography Without Modification: Hidden Communication via LLM Seeds ↗