Score:0

How to apply codes to hide information in JPEG images in a more efficient way than F5?

yt flag

The F5 steganography algorithm hides information in images using binary codes. But when hiding a bit, the affected DCT coefficient becomes zero, it is necessary to hide the same bit again. This is because the receiver ignores DCT coefficients with a value of zero, and otherwise would not be able to read that bit. As this phenomenon usually occurs, the capacity is considerably reduced, at the same time as the number of alterations made to the image is increased.

I wonder if there is any way to deal with this problem thus increasing the capacity of the method.

Score:1
za flag

The problem of zeros can be solved by using Wet Paper Codes (WPC). WPCs allow you to hide information by marking some elements as "wet", that is, they cannot be modified.

The interesting thing about this technique is that it does not require the receiver to know what elements have been modified in order to read the message. So he doesn't have to worry about zeros.

This modification of F5 already exists and is known as nsF5.

Also note that today's JPEG steganography algorithms are much more advanced than this. They use cost functions that allow you to indicate how detectable each modification is, combined with advanced embedding schemes that insert a message while minimizing cost. You can refer to J-UNIWARD or J-MiPOD as cost functions and STC as embedding method.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.