Star Cipher hides messages in BMP images using star patterns. Encode secret texts using a password-based pattern system that only the decoder can reveal.
make./bin/star_cipher -e -m "Hello World" -p mypass -o out.bmp./bin/star_cipher -d -i out.bmp -p mypasssrc/- Source codebin/- Compiled binaries
This project is licensed under the GNU General Public License v3.0.
