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

https://github.com/kremilly/hiddenbytes

HiddenBytes is a personal repository for exploring image steganography techniques and algorithms, ideal for learning and experimenting with hiding information in images.
https://github.com/kremilly/hiddenbytes

cli-app decoder-tool encoder-tool rust steganography

Last synced: 2 months ago
JSON representation

HiddenBytes is a personal repository for exploring image steganography techniques and algorithms, ideal for learning and experimenting with hiding information in images.

Awesome Lists containing this project

README

        

# HiddenBytes ![](https://img.shields.io/crates/v/hiddenbytes?style=flat-square&logo=rust) ![](https://img.shields.io/crates/l/hiddenbytes?style=flat-square)

HiddenBytes is a personal tool for exploring image steganography techniques and algorithms, ideal for experimenting with hiding information in images.

## Installation

```shell
cargo install hiddenbytes
```

## Usage

Encode:

```shell
hiddenbytes encode image.jpg message.txt secret.png
```

Decode:

```shell
hiddenbytes decode secret.png
```

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Kremilly/HiddenBytes/blob/main/LICENSE) file for details.