What is LSB Algorithm?
A steganography technique that makes uses of the LSB of a pixel to hide information
What is the least significant bit in a pixel?
red blue green
pixel = 1011 0101 1111
red = 101**1 LSB **
change
1000
Why is the LSB chosen?
changing the LSB causes negligible visual change
How does the LSB algorithm embed data into a cover image?
Solutions to problem of LSB
Apply randomness
use psudo-randomness with a seed value to determine next position to hide data
Problems with LSB