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: 11 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T20:19:42.000Z (over 1 year ago)
- Last Synced: 2025-01-31T13:16:42.099Z (about 1 year 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
```