RobinDavid/LSB-Steganography

How to hide a text "n" times?

amsr9 opened this issue · 1 comments

amsr9 commented

Hi, I really like this repository, thank you so much Robin for developing it.
I would like to hide a piece of short text (<100 bytes) "n" times in random places within the carrier. I tried to follow the functions but I got lost and couldn't figure out.

Any tips please?

The easier way is to call next_slot an arbitrary number of time, then calling encode_text to hide your text and repeating the process "n" times to hide it again.