Skip to content

Command line interface for adding, showing and removing hidden messages in PNG files

Notifications You must be signed in to change notification settings

LuisBarroso37/PNGme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNGme

Add, show and remove secret messages from your PNG files

This project follows this guide from Picklenerd.

Install

Locally:

cargo install

Remotely:

cargo install --git https://github.com/LuisBarroso37/pngme

Running

Add a secret message to a PNG in a "RuST" chunk:
Output file is an optional flag which allows you save your changes in a new file

pngme encode ./<file name>.png RuST "<Secret message>" [output file]

Show secret message:

pngme decode ./<file name>.png RuST

Remove a secret message:

pngme remove ./<file name>.png RuST

Print out every chunk in the PNG file:

pngme print ./<file name>.png

About

Command line interface for adding, showing and removing hidden messages in PNG files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages