Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection. The secret data is then extracted at its destination. In this project LSB(Least Significant Bit) overriding technique is used.
1️⃣ open terminal in src
folder.
2️⃣ compile the program with this command:
javac *.java
3️⃣ Run the program with this command:
java Program
1️⃣ .png
any file can be hidden using this technique but the size
of secret file must be smaller than embedding-capacity
of Vessel file.