Skip to content

meh7an/star-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Star Cipher

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.

🛠️ Build

make

🚀 Usage

Encode:

./bin/star_cipher -e -m "Hello World" -p mypass -o out.bmp

Decode:

./bin/star_cipher -d -i out.bmp -p mypass

📁 Structure

  • src/ - Source code
  • bin/ - Compiled binaries

🧪 Example Output

📜 License

This project is licensed under the GNU General Public License v3.0.

About

Star Cipher hides messages in images using star patterns. Encode secret texts using a password-based pattern system that only the decoder can reveal.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors