This project allows you to encode and decode data into and from images. This can be a fun way to hide secret messages in images or provide a visual representation of your data!
- Ensure you have Go installed on your system. If not, download and install it.
- Clone this repository:
git clone https://github.com/chandiwalaaadhar/em-coder cd em-coder
- Install the required packages (if any):
go get
go run main.go encode "Your secret message"
This will create an image named output.png
by default.
go run main.go encode "Your secret message" customname
This will create an image named customname.png
go run main.go decode /path/to/output.png
Encoded Image:
This Image is encoded from the text of one of my Substack articles [https://aadharchandiwala.substack.com/p/what-makes-googles-golang-optimised]
We welcome contributions! Please submit pull requests for improvements, bug fixes, or new features.