Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /