Skip to content

Command line tool for encoding hidden messages into .bmp files

License

Notifications You must be signed in to change notification settings

FlorinChess/bitmap-tools

Repository files navigation

Bitmap Tools

Linux command line tool for encoding and decoding hidden messages into .bmp image files. This tool can also be used to convert bitmap files into ASCII art

How to install

git clone https://github.com/FlorinChess/bitmap-tools.git; cd bitmap-tools; make

How to use

Usage: bmp <option> <bmp-file(s)>.
  Options:\n"
  -h, --help       Display this help message
  -a, --ascii      Convert bitmap images to ASCII art
  -d, --decode     Decode secret message from the bitmap file
  -e, --encode     Encode secret message into the bitmap file

About

Command line tool for encoding hidden messages into .bmp files

Topics

Resources

License

Stars

Watchers

Forks