HiddenBytes 0.1.0

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


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.