Research Article

A Safe and Secured Medical Textual Information Using an Improved LSB Image Steganography

Algorithm 2

Extraction stage algorithm.
stego image read LSB of stego image
key read stego key
sum
while (! End of message)do
 for j=1 to sum
 left circular shift(extractedMsg(j))
 end
% extracted message
End