Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/florinchess/bitmap-tools

Command line tool for encoding hidden messages into .bmp files
https://github.com/florinchess/bitmap-tools

bitmap c encoding-decoding

Last synced: about 1 month ago
JSON representation

Command line tool for encoding hidden messages into .bmp files

Awesome Lists containing this project

README

        

## 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 .
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
```