OurSecret is a steganography application designed to safeguard your confidential data by discreetly embedding it within digital media. Developed in Java with an intuitive Graphical User Interface (GUI) created using Swing.
- Data Embedding: Hide information within digital media discreetly, offering both 1-bit and 4-bit embedding options for varying levels of data capacity.
- File Format Support: Support for popular file formats, such as WAV (audio) and PNG (image), providing versatility for your steganography needs.
- Exclusively utilizes the RGBA color model for PNG files
javac *.java
java Main