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.
- Host: GitHub
- URL: https://github.com/kremilly/hiddenbytes
- Owner: Kremilly
- License: mit
- Created: 2024-06-13T13:56:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T09:24:57.000Z (10 months ago)
- Last Synced: 2025-02-13T23:45:30.231Z (3 months ago)
- Topics: cli-app, decoder-tool, encoder-tool, rust, steganography
- Language: Rust
- Homepage: https://crates.io/crates/HiddenBytes
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.