Skip to content

Toy program that insert plain text into a png image

Notifications You must be signed in to change notification settings

kolulu23/msg-in-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msg-in-png

Learning Rust by following the walk through from https://picklenerd.github.io/pngme_book/introduction.html

What are we making?

We're making a command line program that lets you hide secret messages in PNG files. Your program will have four commands:

  • Encode a message into a PNG file
  • Decode a message stored in a PNG file
  • Remove a message from a PNG file
  • Print a list of PNG chunks that can be searched for messages

If that sounds scary and beyond your ability then this guide is definitely for you. If you know how to write code, and you know your Rust basics, you can totally do this. We're not going to implement any sort of image decoding. The part of the PNG spec we're tackling is surprisingly simple.

About

Toy program that insert plain text into a png image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages