Step 1- initialise number of bit to be embedded (n),
Step2 - message image is bit shifted the LSB bits as per
the initialisation (n) here each bit of the message is
shifted right (example - A=1001(9 in decimal), n=2 bit
shift output ofwill be A=100100 (36 in decimal».
Step3 - in c·over image LSB bits are bit set as per the
initialisation mentioned in the embedding process here
LSB bits of the cover image is set to zero( example -
B=1001(9 in decimal),n=2 is applied for bit set
operation B=1000(8 in decitnal) )
Step 4 - from the bit shifted message and bit set cover
image is further app lied for embedded operation to
obtain steganoed images (stegano= (message + cover».