Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiokka/bmpuzzle

Embed files within the padding of bitmap images.
https://github.com/xiokka/bmpuzzle

bitmap rust steganography

Last synced: 2 days ago
JSON representation

Embed files within the padding of bitmap images.

Awesome Lists containing this project

README

        

# bmpuzzle
Embed files within the padding of bitmap images.

## Usage
Insert hidden.jpeg into original_image.bmp
```bash
bmpuzzle -i original_image.bmp hidden.jpeg
```

Extract extracted_data.jpeg out of image_with_hidden_data.bmp
```bash
bmpuzzle -e image_with_hidden_data.bmp extracted_data.jpeg
```