Skip to content

BeeMargarida/pngme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PNGMe

Simple CLI that lets users hide secret messages in PNGs. Made for learning purposes.

Access to the tutorial here and to the PDF Spec.

Usage

Encode a message:

./pngme encode <png path> <chunk type> <message> <output path (optional)>

Ex: ./pngme encode ./image.png ruSt "psst, this is a secret"

Decode a message:

./pngme decode <png path> <chunk type>

Ex: ./pngme decode ./image.png ruSt

Remove a message:

./pngme remove <png path> <chunk type>

Ex: ./pngme remove ./image.png ruSt

Print the chunks information:

./pngme print <png path>

Ex: ./pngme print ./image.png

About

CLI program that hides secret messages in PNGs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages