2 matches found
RRC_steganography
RRC 隐写术 旋转范围编码 RRC 隐写术 — 一种高效且可证明安全的语言隐写方法,通过大型语言模型生成的文本嵌入秘密消息。 论文 : 通过范围编码实现高效可证明安全的语言隐写 工作原理 步骤| 描述 ---|--- 嵌入 算法 3| 将秘密消息转换为十进制值,并在语言模型概率分布和 PRNG 生成偏移量引导的收缩区间内迭代 旋转 该值。每次旋转产生一个 token。 提取 算法 4| 在隐写文本上重新运行语言模型以恢复区间边界,然后 逆向旋转 回原始十进制值并二值化。 旋转机制解决了标准范围编码隐写术的两个问题: 1. 概率分布保持 — 旋转后的秘密值在每个区间内均匀分布,因此...
6AI score
SaveExploits0
RRC Steganography
This is a proof of concept tool called Rotation Range-Coding RRC Steganography - an efficient and provably secure linguistic steganographic method that embeds secret messages into natural-language text generated by large language models. Included is the whitepaper discussing this tool called...
5.8AI score
SaveExploits0
20