Hide messages in the PNG file.
The intent of this little project is to learn how to encode PNG file and add some messages inside it
Idea come from PNGme: An Intermediate Rust Project
Making a command line program that lets you hide secret messages in PNG files.
The main tasks of pngchat
are:
```bash
pngchat encode ./test.png ruSt "This is a hidden message"
pngchat decode ./test.png ruSt
pngchat remove ./test.png ruSt
pngchat print ./test.png ```
See the PNG file structure spec for more details about how PNG file structured
This project is licensed under the MIT license.