HiddenBytes

Crates.ioHiddenBytes
lib.rsHiddenBytes
version0.1.0
sourcesrc
created_at2024-06-14 06:07:31.645837
updated_at2024-06-14 06:07:31.645837
descriptionHiddenBytes is a personal tool for exploring image steganography techniques and algorithms, ideal for experimenting with hiding information in images.
homepagehttps://kremilly.com
repositoryhttps://github.com/Kremilly/HiddenBytes
max_upload_size
id1271715
size36,487
Kremilly (Kremilly)

documentation

README

HiddenBytes

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

Installation

cargo install hiddenbytes

Usage

Encode:

hiddenbytes encode image.jpg message.txt secret.png

Decode:

hiddenbytes decode secret.png

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 8

cargo fmt