Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/florinchess/bitmap-tools
- Owner: FlorinChess
- License: apache-2.0
- Created: 2023-07-15T17:51:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T21:27:11.000Z (5 months ago)
- Last Synced: 2024-08-29T00:12:25.779Z (5 months ago)
- Topics: bitmap, c, encoding-decoding
- Language: C
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```