Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xiokka/bmpuzzle
- Owner: xiokka
- License: gpl-3.0
- Created: 2025-01-29T03:47:20.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2025-01-29T04:10:23.000Z (6 days ago)
- Last Synced: 2025-01-29T04:26:50.645Z (6 days ago)
- Topics: bitmap, rust, steganography
- Language: Rust
- Homepage: https://xiokka.neocities.org/projects/bmpuzzle/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```