1 / 9

BPCS Steganography Implementation

BPCS Steganography Implementation. Overview. Bit-Plane Complexity Segmentation Split region into bit-planes Hide in “complex” regions Undetectable to human eye. Bitmap Image Format. File Header, Info Header, Pixel Array Pixels stored as 3 bytes, R-G-B 3 bytes per pixel.

hansel
Download Presentation

BPCS Steganography Implementation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BPCS Steganography Implementation

  2. Overview • Bit-Plane Complexity Segmentation • Split region into bit-planes • Hide in “complex” regions • Undetectable to human eye

  3. Bitmap Image Format • File Header, Info Header, Pixel Array • Pixels stored as 3 bytes, R-G-B • 3 bytes per pixel

  4. Bit-Planes and Complexity • Break up image into 8x8 pixel regions • Select a byte (R-G-B) to hide in • Decompose into bit planes, giving 8 bitplanes • Measure complexity of each plane, if past threshold, replace with secret data

  5. Our Implementation • Original style border length • Store 7 bytes of secret image per complex bit plane

  6. Original zoomed in • Stego-image zoomed in

More Related