Skip to content

jcklie/pngme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pngme

This small tool allows you to hide secret messages in PNG files by encoding them as ancillary chunks. It is based on the excellent pngme book.

$ pngme encode Example.png ruSt "I like reindeer"
I like reindeer

$ pngme decode Example.png ruSt 
I like reindeer

Usage

Usage: pngme <COMMAND>

Commands:
  encode  Encodes a secret message into the given PNG file
  decode  Tries to decode a secret message from the given PNG file
  remove  Tries to removes a secret message from the given PNG file
  print   Prints given PNG file
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

About

Store secrets in PNG files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages