/SteganographyPicInPic

Research Project: Hiding a picture within a picture

Primary LanguageJava

Steganography Project (Picture in Picture)

The project prompt is as follows:

Create a new picture by embedding the Binary representation another picture in a picture’s binary representation by using the LSB (Least Significant Bit) method.

The project includes a Kotlin/JVM version, a Java version, a C++ version, and a MATLAB version.