Search papers, labs, and topics across Lattice.
This paper introduces an efficient linguistic steganography method based on range coding with a rotation mechanism to achieve provable security. By directly applying range coding, the method maximizes entropy utilization, leading to near-optimal embedding capacity. Experiments demonstrate that the proposed approach achieves significantly higher embedding speeds and efficiency compared to existing provably secure steganographic techniques across various language models.
Achieve near-perfect linguistic camouflage: this new steganography method hides messages with 100% entropy utilization and blazing speed.
Linguistic steganography involves embedding secret messages within seemingly innocuous texts to enable covert communication. Provable security, which is a long-standing goal and key motivation, has been extended to language-model-based steganography. Previous provably secure approaches have achieved perfect imperceptibility, measured by zero Kullback-Leibler (KL) divergence, but at the expense of embedding capacity. In this paper, we attempt to directly use a classic entropy coding method (range coding) to achieve secure steganography, and then propose an efficient and provably secure linguistic steganographic method with a rotation mechanism. Experiments across various language models show that our method achieves around 100% entropy utilization (embedding efficiency) for embedding capacity, outperforming the existing baseline methods. Moreover, it achieves high embedding speeds (up to 1554.66 bits/s on GPT-2). The code is available at github.com/ryehr/RRC_steganography.