Skip to main content
QUICK REVIEW

[论文解读] A Novel Steganography Algorithm for Hiding Text in Image using Five Modulus Method

Firas A. Jassim|arXiv (Cornell University)|Jul 2, 2013
Advanced Steganography and Watermarking Techniques参考文献 16被引用 36
一句话总结

本文提出了一种名为ST-FMM的新颖隐写算法,通过五模数方法在灰度图像中隐藏文本。通过将5×5像素块转换为5的倍数,并在非倍数像素(模数为1–4)中嵌入秘密数据,该方法保持了图像大小不变,且实现了高PSNR,表明感知失真极小,隐写效率强。

ABSTRACT

The needs for steganographic techniques for hiding secret message inside images have been arise. This paper is to create a practical steganographic implementation to hide text inside grey scale images. The secret message is hidden inside the cover image using Five Modulus Method. The novel algorithm is called (ST-FMM. FMM which consists of transforming all the pixels within the 5X5 window size into its corresponding multiples of 5. After that, the secret message is hidden inside the 5X5 window as a non-multiples of 5. Since the modulus of non-multiples of 5 are 1,2,3 and 4, therefore; if the reminder is one of these, then this pixel represents a secret character. The secret key that has to be sent is the window size. The main advantage of this novel algorithm is to keep the size of the cover image constant while the secret message increased in size. Peak signal-to-noise ratio is captured for each of the images tested. Based on the PSNR value of each images, the stego image has high PSNR value. Hence this new steganography algorithm is very efficient to hide the data inside the image.

研究动机与目标

  • 开发一种实用的隐写技术,用于在不改变图像大小的情况下将秘密文本嵌入灰度图像中。
  • 解决多媒体安全领域对高效、低失真数据隐藏方法的需求。
  • 通过稳健的嵌入机制确保伪影图像保持高视觉质量。
  • 利用模运算(模5)对秘密数据进行编码,使其难以被检测。
  • 通过在测试图像上进行PSNR评估,证明该方法的可行性和有效性。

提出的方法

  • 该算法处理来自灰度图像的5×5像素块,将每个像素值转换为小于等于其值的最大5的倍数。
  • 通过修改每个5×5块内像素值的最低有效位,使其在除以5后产生余数1、2、3或4,从而对秘密消息进行编码。
  • 每个余数对应秘密消息中的一个特定字符,从而实现在非5的倍数像素中的数据嵌入。
  • 秘密密钥(包括窗口大小5×5)用于提取,确保安全性和密钥依赖的重建。
  • 该方法确保原始图像大小保持不变,因为仅修改了最低有效位。
  • 通过计算峰值信噪比(PSNR)来评估嵌入后伪影图像的视觉质量。

实验结果

研究问题

  • RQ1如何在灰度图像中以最小的感知失真嵌入秘密文本?
  • RQ2基于模运算的5×5像素块方法能否有效隐藏数据并保持图像完整性?
  • RQ3所提出方法对图像质量的影响如何,以PSNR衡量?
  • RQ4为何使用模5的值(1–4)能够实现可靠且安全的数据嵌入?
  • RQ5该方法能否在保持图像大小恒定的同时提高载荷容量?

主要发现

  • 所提出的ST-FMM算法成功地在灰度图像中嵌入了秘密文本,且未改变原始图像大小。
  • 生成的伪影图像表现出高PSNR值,表明视觉失真极小,具有极强的不可察觉性。
  • 使用5×5像素块和模5编码,通过非5的倍数像素实现了高效且安全的数据嵌入。
  • PSNR结果证实了该方法具有稳健的隐写性能,适用于所有测试图像。
  • 秘密密钥(包含5×5窗口大小)确保仅授权方能够提取隐藏信息。
  • 由于算法简单且视觉保真度高,该方法在实际隐写应用中展现出良好的可行性。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。