FlorinChess / bitmap-tools

Command line tool for encoding hidden messages into .bmp files

Repository from Github https://github.comFlorinChess/bitmap-toolsRepository from Github https://github.comFlorinChess/bitmap-tools

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

License:Apache License 2.0


Languages

Language:C 95.4%Language:Makefile 4.6%