Given an image size of 300 by 400, what is the maximum number of ASCII characters (7 bits) that can be embedded using the LSB steganography?
I would assume that every pixel can perform an LSB so would that mean 300x400 bits change? I should then divide this by 7?
I'm confused about how this works. Could you elaborate?