Simple/Basic steganography algorithms and methods

前端 未结 3 482
予麋鹿
予麋鹿 2021-02-04 10:41

What are the basic and simpliest steganography algorithms and methods?

I mean the steganography applied to images.

How does a simple pr

3条回答
  •  一整个雨季
    2021-02-04 11:33

    There are literally infinite ways to hide information in images.

    One simple way is to notice that changing the least significant bit of each RGB value doesn't make a noticeable difference, so setting the least-significant bit of every byte in the image gives us (#-bits-in-image / 8) bits to store hidden data in.

提交回复
热议问题