BPCS Steganography

“The goal of steganography is to hide a message in plain sight. BPCS is a method to embed a message in an image by replacing all “complex” blocks of pixels in the image with portions of our message. It turns out that portions of the image with high complexity can be entirely removed (or in this case, replaced with our message) without changing the appearance of the image at all. Because most blocks of pixels are complex (i.e., with complexity above some threshold, alpha), you can usually replace around 45% of an image with a hidden message. Below, the 300×300 image on the right contains the text of an entire novel, while still looking virtually identical to the vessel image on the left.”

https://mobeets.github.io/bpcs/

https://github.com/mobeets/bpcs