This document summarizes steganography techniques for hiding data in digital images. It discusses how steganography hides secret messages in cover images such that a third party is unaware of the hidden data. The document focuses on the least significant bit (LSB) technique, where the LSB of image pixel values are replaced with bits of the secret message. It provides algorithms for embedding data into and extracting data from images using LSB matching. The document also discusses using gray scale images and separating images into RGB layers to increase embedding capacity while maintaining image quality.